changed table ctx menu for redonly connections

This commit is contained in:
Jan Prochazka
2022-06-23 14:58:26 +02:00
parent f4fb92be91
commit de444e8485
2 changed files with 11 additions and 3 deletions

View File

@@ -145,7 +145,7 @@
data.objectTypeField == 'tables' || data.objectTypeField == 'views' || data.objectTypeField == 'matviews'}
expandIconFunc={chevronExpandIcon}
{filter}
passProps={{ showPinnedInsteadOfUnpin: true }}
passProps={{ showPinnedInsteadOfUnpin: true, connection: $connection }}
/>
{/if}
</WidgetsInnerContainer>