From b5a2dd5b23107ec9423a3648708ddca1963c817b Mon Sep 17 00:00:00 2001 From: kozhuhds Date: Fri, 21 Nov 2025 16:23:57 +0100 Subject: [PATCH] feat(dynamic command palette api): cleanup --- conf/defaults.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index f50c425c201..125c748326c 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1939,7 +1939,7 @@ preinstall = # Comma separated list of plugin ids to install before the startup process # These will be installed before starting Grafana. Useful when used with provisioning. preinstall_sync = -# Disables preinstall feature. It has the same effect as setting preinstall to an empty list. +# Disables preinstall feature. It has the same effect as setting preinstall to an empty list. preinstall_disabled = false # Update strategy for plugins. # Available options: "latest", "minor" @@ -2265,4 +2265,4 @@ allow_image_rendering = true # The minimum sync interval that can be set for a repository. This is how often the controller # will check if there has been any changes to the repository not propagated by a webhook. # The minimum value is 10 seconds. -min_sync_interval = 10s \ No newline at end of file +min_sync_interval = 10s