mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
reword toast message when TJDB is not enabled
This commit is contained in:
parent
c65c053d03
commit
2238b01cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ const ToolJetDbOperations = ({ optionchanged, options, darkMode, isHorizontalLay
|
|||
|
||||
const triggerTooljetDBStatus = (key) => {
|
||||
if (window.public_config?.ENABLE_TOOLJET_DB !== 'true') {
|
||||
toast('Tooljet database is not connected.', {
|
||||
toast('Tooljet database is not enabled.', {
|
||||
icon: '⚠️',
|
||||
});
|
||||
} else if (key === 'addTJDBTable') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue