Fix bug
This commit is contained in:
parent
e477de6dd0
commit
fa1a85f682
6 changed files with 45 additions and 52 deletions
|
|
@ -69,10 +69,10 @@ init(async (launch) => {
|
|||
const [, os] = launch(router, os => ({
|
||||
chooseDriveFolder: chooseDriveFolder(os),
|
||||
chooseDriveFile: chooseDriveFile(os),
|
||||
dialog,
|
||||
input,
|
||||
post,
|
||||
notify,
|
||||
dialog: dialog(os),
|
||||
input: input(os),
|
||||
post: post(os),
|
||||
notify: notify(os),
|
||||
updateAvatar: updateAvatar(os),
|
||||
updateBanner: updateBanner(os)
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue