Skip to content

Commit

Permalink
If no fields reject
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Oct 17, 2023
1 parent 6293db7 commit 04f3926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ const ApplicationTemplate = function({ApplicationService}) {
ChooseLayerFieldsInstance.$on('selected-fields', bool => dialog.find('button.btn-success').prop('disabled', !bool));

} else {
resolve(fields);
reject(fields);
}
})
}
Expand Down

0 comments on commit 04f3926

Please sign in to comment.