setEditorData(tbl => tbl ? { base: tbl.base, current: tableInfoUpdater(tbl.current), } : { base: tableInfoWithPairingId, current: tableInfoUpdater(tableInfoWithPairingId), } ) : null} /> {#if objectTypeField == 'tables'} { openNewTab({ title: pureName, icon: 'img table', tabComponent: 'TableDataTab', props: { schemaName, pureName, conid, database, objectTypeField: 'tables', }, }); }} /> {/if}