Skip to content

Commit 46ef2d1

Browse files
luizhf42gustavosbarreto
authored andcommitted
refactor(ui): remove unnecessary defineModel import in admin's Namespace Edit
1 parent a31b9ed commit 46ef2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/admin/src/components/Namespace/NamespaceEdit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<script setup lang="ts">
4545
import { useField } from "vee-validate";
46-
import { computed, defineModel } from "vue";
46+
import { computed } from "vue";
4747
import * as yup from "yup";
4848
import useAdminNamespacesStore from "@admin/store/modules/namespaces";
4949
import useNamespacesStore from "@/store/modules/namespaces";

0 commit comments

Comments
 (0)