We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bf2a3 commit b8d9b1dCopy full SHA for b8d9b1d
1 file changed
dashboard/src/views/SubAgentPage.vue
@@ -241,7 +241,7 @@
241
<v-snackbar v-model="snackbar.show" :color="snackbar.color" timeout="3000" location="top">
242
{{ snackbar.message }}
243
<template #actions>
244
- <v-btn variant="text" @click="snackbar.show = false">{{ tm('actions.close') || 'Close' }}</v-btn>
+ <v-btn variant="text" @click="snackbar.show = false">{{ tm('actions.close') }}</v-btn>
245
</template>
246
</v-snackbar>
247
</div>
0 commit comments