raw data display #991 #962

This commit is contained in:
SPRINX0\prochazka
2025-01-09 16:49:26 +01:00
parent 5208a912a2
commit 183438d2b5
7 changed files with 16 additions and 5 deletions

View File

@@ -55,7 +55,7 @@
onClick: () => getCurrentEditor().startAutoRefresh(),
});
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName'];
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName', 'isRawMode'];
export const allowAddToFavorites = props => true;
export const allowSwitchDatabase = props => true;
</script>