added the app name in the document title and fixed the double initial load on records list
This commit is contained in:
5
ui/src/stores/app.js
Normal file
5
ui/src/stores/app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const pageTitle = writable('');
|
||||
|
||||
export const appName = writable('');
|
||||
Reference in New Issue
Block a user