diff --git a/web/src/templates/api.ts b/web/src/templates/api.ts index 268c8db..751f2c7 100644 --- a/web/src/templates/api.ts +++ b/web/src/templates/api.ts @@ -167,6 +167,7 @@ function useBaseTemplates() { "/base-templates", (): Promise => fetchApi("/base-templates").then((res) => res.json()), + { refreshInterval: Number.POSITIVE_INFINITY }, ); } diff --git a/web/src/templates/template-editor.tsx b/web/src/templates/template-editor.tsx index 4248cfa..0b430c9 100644 --- a/web/src/templates/template-editor.tsx +++ b/web/src/templates/template-editor.tsx @@ -225,7 +225,7 @@ function EditorTopBar() {

{currentFilePath}

- +