chore: import_grafana_json is disabled (#3224)

This commit is contained in:
Palash Gupta 2023-07-28 17:39:45 +05:30 committed by GitHub
parent 4753868298
commit a2c03243cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,7 @@ function ListOfAllDashboard(): JSX.Element {
key: t('import_grafana_json').toString(),
label: t('import_grafana_json'),
onClick: (): void => onModalHandler(true),
disabled: true,
});
return menuItems;