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 71bc9c1 commit 7482be9Copy full SHA for 7482be9
app/src/constants/errors/validate.ts
@@ -0,0 +1,3 @@
1
+export default {
2
+ 406: () => $gettext('Requested with wrong parameters'),
3
+}
app/src/views/preference/tabs/ExternalNotify.vue
@@ -1,8 +1,8 @@
<script setup lang="ts">
import externalNotify from '@/api/external_notify'
import { StdCurd } from '@/components/StdDesign/StdDataDisplay'
4
-import ExternalNotifyEditor from '../components/ExternalNotify'
5
import columns from '../components/ExternalNotify/columns'
+import ExternalNotifyEditor from '../components/ExternalNotify/ExternalNotifyEditor.vue'
6
</script>
7
8
<template>
0 commit comments