mirror of
https://github.com/grafana/grafana.git
synced 2026-08-09 04:38:16 -05:00
DashboardSettings: Fixes issue with tags list not updating when changes are made (#32241)
This commit is contained in:
@@ -55,6 +55,7 @@ export const GeneralSettings: React.FC<Props> = ({ dashboard }) => {
|
||||
|
||||
const onTagsChange = (tags: string[]) => {
|
||||
dashboard.tags = tags;
|
||||
setRenderCounter(renderCounter + 1);
|
||||
};
|
||||
|
||||
const onEditableChange = (value: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user