mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
fix(webui): close notification when clicking on primary action
This commit is contained in:
parent
1de8a944bd
commit
403ab0a04f
1 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
color="secondary"
|
||||
text
|
||||
v-bind="attrs"
|
||||
@click="snackbar.goTo.click"
|
||||
@click="snackbar.goTo.click(); close()"
|
||||
>
|
||||
{{ snackbar.goTo.text }}
|
||||
</v-btn>
|
||||
|
|
@ -24,7 +24,8 @@
|
|||
text
|
||||
v-bind="attrs"
|
||||
@click="close"
|
||||
>{{ $t('common.dismiss') }}</v-btn>
|
||||
>{{ $t('common.dismiss') }}
|
||||
</v-btn>
|
||||
</template>
|
||||
</v-snackbar>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue