Remove extra new folder button, instead make header button work
This commit is contained in:
@@ -29,6 +29,7 @@ export type DocumentStore = {
|
||||
uploadCount: number
|
||||
wsWatch: WebSocket | undefined
|
||||
wsUpload: WebSocket | undefined
|
||||
fileExplorer: any
|
||||
user: User
|
||||
error: string
|
||||
}
|
||||
@@ -43,6 +44,7 @@ export const useDocumentStore = defineStore({
|
||||
uploadCount: 0 as number,
|
||||
wsWatch: undefined,
|
||||
wsUpload: undefined,
|
||||
fileExplorer: null,
|
||||
error: '' as string,
|
||||
user: {
|
||||
username: '',
|
||||
|
||||
Reference in New Issue
Block a user