mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
handle readonly connection in UI
This commit is contained in:
@@ -89,7 +89,8 @@
|
||||
$cache,
|
||||
cache.update,
|
||||
loadedRows,
|
||||
$changeSetStore?.value
|
||||
$changeSetStore?.value,
|
||||
$connection?.isReadOnly
|
||||
)
|
||||
: null;
|
||||
// $: console.log('LOADED ROWS MONGO', loadedRows);
|
||||
|
||||
Reference in New Issue
Block a user