fix: add external notify error #1018

This commit is contained in:
Jacky 2025-05-07 08:20:14 +00:00
parent 71bc9c1eb4
commit 7482be9c7a
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
export default {
406: () => $gettext('Requested with wrong parameters'),
}

View file

@ -1,8 +1,8 @@
<script setup lang="ts">
import externalNotify from '@/api/external_notify'
import { StdCurd } from '@/components/StdDesign/StdDataDisplay'
import ExternalNotifyEditor from '../components/ExternalNotify'
import columns from '../components/ExternalNotify/columns'
import ExternalNotifyEditor from '../components/ExternalNotify/ExternalNotifyEditor.vue'
</script>
<template>