readonly sessions on mongo (+checks on BE)

This commit is contained in:
Jan Prochazka
2022-03-17 13:17:30 +01:00
parent 7d196c7c62
commit 8f1d76fd2a
8 changed files with 51 additions and 13 deletions

View File

@@ -173,6 +173,6 @@
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToJson" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToTable" hideDisabled />
<ToolStripExportButton {quickExportHandlerRef} command='collectionDataGrid.export' />
<ToolStripExportButton {quickExportHandlerRef} command="collectionDataGrid.export" />
</svelte:fragment>
</ToolStripContainer>