mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix a syntax error in the SQL Editor.
This commit is contained in:
parent
1e427890de
commit
4e21cdb64b
@ -891,7 +891,7 @@ define([
|
||||
}
|
||||
dataView.setItems(collection, self.client_primary_key);
|
||||
},
|
||||
fetch_next_all(cb) {
|
||||
fetch_next_all: function(cb) {
|
||||
this.fetch_next(true, cb);
|
||||
},
|
||||
fetch_next: function(fetch_all, cb) {
|
||||
|
Loading…
Reference in New Issue
Block a user