From f86d13a0731d560a38d5e3a3f2cb92da6eef3509 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 25 Mar 2023 14:26:54 +0800 Subject: [PATCH] fix(nc-gui): add iconMap from imports --- packages/nc-gui/components/webhook/Editor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index f39e07bb3d..eeeaf7f363 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/packages/nc-gui/components/webhook/Editor.vue @@ -18,6 +18,7 @@ import { useI18n, useNuxtApp, watch, + iconMap, } from '#imports' interface Props {