Recreated page navigation buttons.
This commit is contained in:
@@ -44,7 +44,12 @@ export const useDocumentStore = defineStore({
|
||||
wsWatch: undefined,
|
||||
wsUpload: undefined,
|
||||
error: '' as string,
|
||||
user: { username: "", privileged: false, isLoggedIn: false, isOpenLoginModal: false } as User
|
||||
user: {
|
||||
username: '',
|
||||
privileged: false,
|
||||
isLoggedIn: false,
|
||||
isOpenLoginModal: false
|
||||
} as User
|
||||
}),
|
||||
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user