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