fix: Add itemSize config to workflows view recycle scroller (no-changelog) (#6238)

* fix: Add itemSize config to workflows view recycle scroller (no-changelog)

* test: add unit tests to cover recycle scroller height

* fix: revert allWorkflows change

* fix: fix linting issue

* fix: fix sharing e2e test flakiness
This commit is contained in:
Alex Grozav
2023-05-16 12:07:55 +03:00
committed by GitHub
parent 4a0e1b9e02
commit b4fd9ba94d
5 changed files with 44 additions and 2 deletions

View File

@@ -300,7 +300,7 @@ export default mixins(debounceHelper).extend({
typeProps: {
type: Object as PropType<{ itemSize: number } | { columns: DatatableColumn[] }>,
default: () => ({
itemSize: 0,
itemSize: 80,
}),
},
},