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 69f1eed commit 7752230Copy full SHA for 7752230
apps/frontend/src/components/Command.vue
@@ -84,7 +84,6 @@ const schema = computed(() => yup.object({
84
return true;
85
}),
86
),
87
- commands: yup.array().required('Responses cannot be empty.'),
88
}));
89
90
async function deleteCommand() {
apps/frontend/src/dashboard/Moderation.vue
@@ -4,7 +4,7 @@ import { ModerationSettingsDto } from '@tsuwari/shared';
4
import { onMounted, ref } from 'vue';
5
6
import ModerationComponent from '@/components/Moderation.vue';
7
-import { api } from '@/plugins/api.js';
+import { api } from '@/plugins/api';
8
import { selectedDashboardStore } from '@/stores/userStore';
9
10
const settings = ref<ModerationSettingsDto[]>();
0 commit comments