chore: panel Type is disabled for now (#2434)

This commit is contained in:
palashgdev 2023-03-07 17:49:18 +05:30 committed by GitHub
parent c821e8bb75
commit 53bfc33075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,9 @@ function RightContainer({
<Container>
<Title>Panel Type</Title>
<Select
onChange={(value: ITEMS): void => setGraphHandler(value)}
onChange={setGraphHandler}
value={selectedGraph}
disabled
style={{ width: '100%', marginBottom: 24 }}
>
{GraphTypes.map((item) => (