Merge branch 'main' into appdefinition-architecture-revamp

This commit is contained in:
arpitnath 2023-10-27 18:21:11 +05:30
commit e2c453e97c
6 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ jobs:
Cypress-App-Builder:
runs-on: ubuntu-22.04
if: ${{ github.event.action == 'labeled' && github.event.label.name == 'run-cypress-app-builder' }}
if: ${{ github.event.action == 'labeled' && (github.event.label.name == 'run-cypress-app-builder' || github.event.label.name == 'run-cypress') }}
steps:
- name: Setup Node.js

View file

@ -14,7 +14,7 @@ jobs:
Cypress-Marketplace:
runs-on: ubuntu-22.04
if: ${{ github.event.action == 'labeled' && github.event.label.name == 'run-cypress-marketplace' }}
if: ${{ github.event.action == 'labeled' && (github.event.label.name == 'run-cypress-marketplace' || github.event.label.name == 'run-cypress') }}
steps:
- name: Checkout

View file

@ -14,7 +14,7 @@ jobs:
Cypress-Platform:
runs-on: ubuntu-22.04
if: ${{ github.event.action == 'labeled' && github.event.label.name == 'run-cypress-workspace' }}
if: ${{ github.event.action == 'labeled' && (github.event.label.name == 'run-cypress-workspace' || github.event.label.name == 'run-cypress') }}
steps:
- name: Setup Node.js

View file

@ -1 +1 @@
2.23.0
2.23.0

View file

@ -655,7 +655,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.23.0
2.23.0