mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Merge pull request #8018 from ToolJet/main
Merge Main back to Develop (v2.22.1)
This commit is contained in:
commit
3e76f5afca
4 changed files with 4 additions and 4 deletions
2
.version
2
.version
|
|
@ -1 +1 @@
|
|||
2.22.0
|
||||
2.22.1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.22.0
|
||||
2.22.1
|
||||
|
|
|
|||
|
|
@ -642,7 +642,7 @@ export function Table({
|
|||
}
|
||||
if (mounted) setExposedVariable('sortApplied', sortOptions);
|
||||
fireEvent('onSort');
|
||||
}, [sortOptions]);
|
||||
}, [JSON.stringify(sortOptions)]);
|
||||
|
||||
useEffect(() => {
|
||||
setExposedVariable('setPage', async function (targetPageIndex) {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.22.0
|
||||
2.22.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue