mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
fix(editor): Remove withDefaults import warning during dev and build (no-changelog) (#15207)
This commit is contained in:
parent
8229b0bcc2
commit
019ea8b17f
|
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { nextTick, ref, withDefaults } from 'vue';
|
||||
import { nextTick, ref } from 'vue';
|
||||
import { useToast } from '@/composables/useToast';
|
||||
import { onClickOutside } from '@vueuse/core';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user