Merge pull request #8018 from ToolJet/main

Merge Main back to Develop (v2.22.1)
This commit is contained in:
Kavin Venkatachalam 2023-10-25 16:47:52 +05:30 committed by GitHub
commit 3e76f5afca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
2.22.0
2.22.1

View file

@ -1 +1 @@
2.22.0
2.22.1

View file

@ -642,7 +642,7 @@ export function Table({
}
if (mounted) setExposedVariable('sortApplied', sortOptions);
fireEvent('onSort');
}, [sortOptions]);
}, [JSON.stringify(sortOptions)]);
useEffect(() => {
setExposedVariable('setPage', async function (targetPageIndex) {

View file

@ -1 +1 @@
2.22.0
2.22.1