diff --git a/src/trash/editorTable.jsx b/src/trash/editorTable.jsx index e33043a..65a08b4 100644 --- a/src/trash/editorTable.jsx +++ b/src/trash/editorTable.jsx @@ -530,14 +530,14 @@ export function TableEditor({ show={deleteDiag} /> -
+
- + {selectedTab == 0 && ( @@ -601,10 +601,10 @@ export function TableEditor({ item.id)} strategy={verticalListSortingStrategy} - > + >
- 0 ? "sync" : "wait"}> - {items.map((item) => ( + + {items.map((item, idx) => (
)} - +