Skip to content

Commit a41a3d7

Browse files
committed
snapshot
1 parent f42b165 commit a41a3d7

File tree

9 files changed

+11
-616
lines changed

9 files changed

+11
-616
lines changed

layouts/TabListHelper.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
@dragstart="startDrag($event, tab)"
2121
:key="props.group + '_' + tab.id">
2222

23-
<TabListElementWidget :showButtons="showButtonsProp.get(tab.id)"
23+
<TabListElementWidget :showButtons="showButtonsProp.get(tab.id) || false"
2424
:key="props.group + '__' + tab.id"
2525
:tab="tabAsTab(tab)"
26-
:tabsetId="props.tabsetId"
27-
:tabsetSharedId="props.tabsetSharedId"
28-
:highlightUrl="highlightUrl"
29-
:simpleUi="props.simpleUi" />
26+
:tabsetId="props.tabsetId!"
27+
:tabsetSharedId="props.tabsetSharedId!"
28+
:highlightUrl="highlightUrl!"
29+
:simpleUi="props.simpleUi!" />
3030

3131
</q-item>
3232

layouts/Tabcards.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<TabCardWidget :key="props.group + '__' + tab.id"
1717
:tab="tabAsTab(tab)"
18-
:highlightUrl="highlightUrl"/>
18+
:highlightUrl="highlightUrl!"/>
1919

2020
</div>
2121

pages/pwa/PwaTabsetPage.vue

Lines changed: 0 additions & 351 deletions
This file was deleted.

0 commit comments

Comments
 (0)