mirror of https://gitee.com/bigwinds/arangodb
gv bugfix
This commit is contained in:
parent
cd3a5b4e45
commit
494cf75cc6
|
@ -816,7 +816,7 @@
|
|||
)
|
||||
);
|
||||
|
||||
if (window.frontendConfig.isEnterprise === false) {
|
||||
if (window.frontendConfig.isEnterprise === true) {
|
||||
var advanced = {};
|
||||
var advancedTableContent = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue