Browse Source

refactor/gui-v2-store-removed-close-button-from-reset-modal

pull/2798/head
Muhammed Mustafa 2 years ago
parent
commit
86ff8c2dff
  1. 2
      packages/nc-gui-v2/components/dashboard/settings/AppStore/index.vue

2
packages/nc-gui-v2/components/dashboard/settings/AppStore/index.vue

@ -79,7 +79,7 @@ onMounted(async () => {
/>
</a-modal>
<a-modal v-model:visible="showPluginUninstallModal" width="22rem" centered :footer="null">
<a-modal v-model:visible="showPluginUninstallModal" :closable="false" width="22rem" centered :footer="null">
<div class="flex flex-col h-full">
<div class="flex flex-row justify-center mt-2 text-center w-full">
{{ `Are you sure you to reset ${pluginApp && pluginApp.title}` }}

Loading…
Cancel
Save