Commit e442f89
committed
resolves #4401 (FR-1558)
This PR addresses an issue with file uploads in the `ExplorerActionControls` component by:
1. Adding a check to prevent duplicate file uploads by comparing the current file list with the previously uploaded one
2. Enabling multiple file selection by adding the `multiple` attribute to the Upload component
**Checklist:** (if applicable)
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
1 parent cb36174 commit e442f89
File tree
1 file changed
+5
-1
lines changed- packages/backend.ai-ui/src/components/baiClient/FileExplorer
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
0 commit comments