fix(editor): Load available resources for dynamic options (#19235)

This commit is contained in:
Andreas Fitzek
2025-09-05 12:04:15 +02:00
committed by GitHub
parent 36958e3ffa
commit b713c503d6

View File

@@ -197,7 +197,7 @@ function onItemHoverLeave() {
}
function onResultsEnd() {
if (props.loading || !props.loading) {
if (props.loading || !props.hasMore) {
return;
}