Skip to content

Commit 9b5008b

Browse files
committed
fix: allow null and blank values for application name and description fields
1 parent 9e1f6c3 commit 9b5008b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/folder-tree/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ import { TreeToFlatten } from '@/utils/array'
178178
import { MsgConfirm, MsgError, MsgSuccess } from '@/utils/message'
179179
import permissionMap from '@/permission'
180180
import bus from '@/bus'
181-
import { v } from "vue-router/dist/router-CWoNjPRp";
181+
182182
const { folder, user } = useStore()
183183
184184
defineOptions({ name: 'FolderTree' })

0 commit comments

Comments
 (0)