reword toast message when TJDB is not enabled

This commit is contained in:
Akshay Sasidharan 2024-06-24 15:20:15 +05:30
parent c65c053d03
commit 2238b01cf7

View file

@ -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') {