Feat: Move the dataset permission drop-down box to a separate file for better permission control #3221 (#9850)

### What problem does this PR solve?

Feat: Move the dataset permission drop-down box to a separate file for
better permission control #3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-01 19:09:25 +08:00
committed by GitHub
parent d4b0cd8599
commit 98ee3dee74
3 changed files with 32 additions and 23 deletions

View File

@ -9,7 +9,7 @@ export const formSchema = z.object({
}),
// avatar: z.instanceof(File),
avatar: z.any().nullish(),
permission: z.string(),
permission: z.string().optional(),
parser_id: z.string(),
embd_id: z.string(),
parser_config: z