fix(nc-gui): some fixes

This commit is contained in:
Ramesh Mane
2025-03-08 20:12:34 +05:30
parent ee290092bc
commit 8d5e0f9925
3 changed files with 2 additions and 5 deletions

View File

@@ -39,8 +39,6 @@ const isDropDownOpen = ref(false)
const enableDescription = ref(false)
const isLocked = inject(IsLockedInj, ref(false))
provide(ColumnInj, column)
const { metas } = useMetas()