mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 13:55:54 +08:00
chore: import_grafana_json is disabled (#3224)
This commit is contained in:
parent
4753868298
commit
a2c03243cb
@ -224,6 +224,7 @@ function ListOfAllDashboard(): JSX.Element {
|
|||||||
key: t('import_grafana_json').toString(),
|
key: t('import_grafana_json').toString(),
|
||||||
label: t('import_grafana_json'),
|
label: t('import_grafana_json'),
|
||||||
onClick: (): void => onModalHandler(true),
|
onClick: (): void => onModalHandler(true),
|
||||||
|
disabled: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return menuItems;
|
return menuItems;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user