mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
update TJDB status check condition
This commit is contained in:
parent
91169cf6a7
commit
c65c053d03
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ const ToolJetDbOperations = ({ optionchanged, options, darkMode, isHorizontalLay
|
|||
);
|
||||
|
||||
const triggerTooljetDBStatus = (key) => {
|
||||
if (window.public_config?.ENABLE_TOOLJET_DB == 'false') {
|
||||
if (window.public_config?.ENABLE_TOOLJET_DB !== 'true') {
|
||||
toast('Tooljet database is not connected.', {
|
||||
icon: '⚠️',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue