We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f07ad5 commit 3d8a8d0Copy full SHA for 3d8a8d0
src/pages/options/routes/ScriptList.tsx
@@ -722,12 +722,14 @@ function ScriptList() {
722
return SortableRow;
723
}, [dealColumns]);
724
725
- setComponents({
726
- table: SortableWrapper,
727
- body: {
728
- // tbody: SortableWrapper,
729
- row: SortableRow,
730
- },
+ useEffect(() => {
+ setComponents({
+ table: SortableWrapper,
+ body: {
+ // tbody: SortableWrapper,
+ row: SortableRow,
731
+ },
732
+ });
733
});
734
735
return (
0 commit comments