mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Load available resources for dynamic options (#19235)
This commit is contained in:
@@ -197,7 +197,7 @@ function onItemHoverLeave() {
|
||||
}
|
||||
|
||||
function onResultsEnd() {
|
||||
if (props.loading || !props.loading) {
|
||||
if (props.loading || !props.hasMore) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user