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 7c587d2 commit c8055deCopy full SHA for c8055de
ui/admin/src/components/Namespace/NamespaceExport.vue
@@ -1,7 +1,7 @@
1
<template>
2
<v-btn @click="showDialog = true" class="mr-2" data-test="namespaces-export-btn">Export CSV</v-btn>
3
4
- <BaseDialog v-model="showDialog" transition="dialog-bottom-transition">
+ <BaseDialog v-model="showDialog" @close="closeDialog" transition="dialog-bottom-transition">
5
<v-card>
6
<v-card-title class="text-h5 pb-2">Export namespaces data</v-card-title>
7
<v-divider />
0 commit comments