mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
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:
@@ -300,7 +300,7 @@ export default mixins(debounceHelper).extend({
|
||||
typeProps: {
|
||||
type: Object as PropType<{ itemSize: number } | { columns: DatatableColumn[] }>,
|
||||
default: () => ({
|
||||
itemSize: 0,
|
||||
itemSize: 80,
|
||||
}),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user