mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-18 00:55:54 +08:00
chore: panel Type is disabled for now (#2434)
This commit is contained in:
parent
c821e8bb75
commit
53bfc33075
@ -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) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user