Skip to content

Commit 7482be9

Browse files
committed
fix: add external notify error #1018
1 parent 71bc9c1 commit 7482be9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
406: () => $gettext('Requested with wrong parameters'),
3+
}

app/src/views/preference/tabs/ExternalNotify.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup lang="ts">
22
import externalNotify from '@/api/external_notify'
33
import { StdCurd } from '@/components/StdDesign/StdDataDisplay'
4-
import ExternalNotifyEditor from '../components/ExternalNotify'
54
import columns from '../components/ExternalNotify/columns'
5+
import ExternalNotifyEditor from '../components/ExternalNotify/ExternalNotifyEditor.vue'
66
</script>
77

88
<template>

0 commit comments

Comments
 (0)