mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added dependency of messages 'pgadmin.browser.messages' in backfrom.pgadmin.js
This commit is contained in:
parent
149c59aa4f
commit
7867adaa53
@ -5,7 +5,7 @@
|
||||
define([
|
||||
'underscore', 'underscore.string', 'jquery', 'backbone', 'backform',
|
||||
'backgrid', 'codemirror', 'pgadmin.backgrid', 'codemirror/mode/sql/sql',
|
||||
'select2'
|
||||
'select2', 'pgadmin.browser.messages'
|
||||
],
|
||||
function(_, S, $, Backbone, Backform, Backgrid, CodeMirror) {
|
||||
// Export global even in AMD case in case this script is loaded with
|
||||
|
Loading…
Reference in New Issue
Block a user