SYNC: fix

This commit is contained in:
SPRINX0\prochazka
2025-07-16 15:24:30 +02:00
committed by Diflow
parent 90e4fd7ff5
commit 57f4d31c21

View File

@@ -66,6 +66,7 @@
description: 'Join complex data from multiple databases',
command: 'new.perspective',
testid: 'NewObjectModal_perspective',
isProFeature: true,
},
{
icon: 'icon table',
@@ -102,6 +103,7 @@
command: 'database.compare',
testid: 'NewObjectModal_databaseCompare',
disabledMessage: 'Database comparison is not available for current database',
isProFeature: true,
},
];
</script>