feat: Updated admin panel providers list & modal
This commit is contained in:
@@ -808,11 +808,6 @@ const createSpace = async (spaceData) => {
|
||||
await spaceStore.createSpace(spaceData);
|
||||
};
|
||||
|
||||
const createCategory = async (categoryData) => {
|
||||
showCreateCategoryModal.value = false;
|
||||
await spaceStore.createCategory(currentSpace.value.id, categoryData);
|
||||
};
|
||||
|
||||
const openCreateCategoryModal = () => {
|
||||
if (!canCreateCategories.value) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user