mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix explain plan and geometry viewer issue. It's a regression of SonarQube fixes. Fixes #6239
This commit is contained in:
committed by
Akshay Joshi
parent
2570f7d75c
commit
32197a8405
@@ -6,9 +6,10 @@
|
||||
// This software is released under the PostgreSQL Licence
|
||||
//
|
||||
//////////////////////////////////////////////////////////////
|
||||
/* This is used to change publicPath of webpack at runtime for loading chunks */
|
||||
/* eslint-disable */
|
||||
let __webpack_public_path__ = window.resourceBasePath;
|
||||
/* This is used to change publicPath of webpack at runtime for loading chunks */
|
||||
/* Do not add let, var, const to this variable */
|
||||
__webpack_public_path__ = window.resourceBasePath;
|
||||
/* eslint-enable */
|
||||
|
||||
import {launchDataGrid} from 'tools/datagrid/static/js/show_query_tool';
|
||||
|
||||
Reference in New Issue
Block a user