diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-18 21:27:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-18 21:27:47 +0900 |
| commit | 1d50bc3382a419146b7c80c72ad4e675ccba6bc3 (patch) | |
| tree | b3ff87fc032adc54e060e6f5d9cb40f454516002 /src/client | |
| parent | ログビューア実装 (diff) | |
| download | sharkey-1d50bc3382a419146b7c80c72ad4e675ccba6bc3.tar.gz sharkey-1d50bc3382a419146b7c80c72ad4e675ccba6bc3.tar.bz2 sharkey-1d50bc3382a419146b7c80c72ad4e675ccba6bc3.zip | |
Fix bug
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/page.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/page.vue b/src/client/pages/page.vue index 5d0ca653d4..a7e0f748ed 100644 --- a/src/client/pages/page.vue +++ b/src/client/pages/page.vue @@ -102,7 +102,7 @@ export default Vue.extend({ }).then(() => { this.$root.dialog({ type: 'success', - splash: true + iconOnly: true, autoClose: true }); }); } |