deploy features marked as experimental

This commit is contained in:
Jan Prochazka
2021-11-14 09:44:32 +01:00
parent bb9eacf38e
commit 029e451918
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@
{ onClick: handleImport, text: 'Import' },
{ onClick: handleExport, text: 'Export' },
{ onClick: handleSqlGenerator, text: 'SQL Generator' },
{ onClick: handleExportModel, text: 'Export DB model' },
{ onClick: handleExportModel, text: 'Export DB model - experimental' },
_.get($currentDatabase, 'connection._id') &&
(_.get($currentDatabase, 'connection._id') != _.get(connection, '_id') ||
(_.get($currentDatabase, 'connection._id') == _.get(connection, '_id') &&