compare model functions

This commit is contained in:
Jan Prochazka
2021-11-07 20:54:16 +01:00
parent e3ef332881
commit acbc2ea268
3 changed files with 28 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
<script lang="ts" context="module">
export const matchingProps = [];
const getCurrentEditor = () => getActiveComponent('CompareModelTab');
registerCommand({
@@ -205,7 +203,7 @@
$: changeTab(tabid, tab => ({
...tab,
title: $values?.targetDatabase,
title: `${$values?.sourceDatabase || '???'}=>${$values?.targetDatabase || '???'}`,
props: {
...tab.props,
conid: $values?.targetConid,