diff --git a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx index 280e49ec8c3..00384571e21 100644 --- a/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/GeneralSettings.tsx @@ -55,6 +55,7 @@ export const GeneralSettings: React.FC = ({ dashboard }) => { const onTagsChange = (tags: string[]) => { dashboard.tags = tags; + setRenderCounter(renderCounter + 1); }; const onEditableChange = (value: boolean) => {