mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
- admin registration fixes
- alert popup refactoring
This commit is contained in:
@@ -88,6 +88,14 @@ export default {
|
||||
_method: 'delete',
|
||||
})
|
||||
.then(() => {
|
||||
// If metered subscription, then set isEmptyPlans to true
|
||||
if (this.$store.getters.config.subscriptionType === 'metered') {
|
||||
this.$store.commit('REPLACE_CONFIG_VALUE', {
|
||||
key: 'isEmptyPlans',
|
||||
value: true,
|
||||
})
|
||||
}
|
||||
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: this.$t('popup_deleted_plan.title'),
|
||||
|
||||
Reference in New Issue
Block a user