Skip to content

Commit 54fe138

Browse files
committed
fix: added name to ConflictPicker dialog
1 parent ff6706d commit 54fe138

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/components/ConflictPicker.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
<NcDialog class="conflict-picker"
33
data-cy-conflict-picker
44
:close-on-click-outside="false"
5-
:canClose="false"
5+
:can-close="false"
66
:show="opened"
7+
:name="name"
78
size="large"
89
@close="onCancel">
910
<!-- Header -->
1011
<div class="conflict-picker__header">
11-
<h2 class="conflict-picker__title" v-text="name" />
12-
1312
<!-- Description -->
1413
<p id="conflict-picker-description" class="conflict-picker__description">
1514
{{ t('Which files do you want to keep?') }}<br>

0 commit comments

Comments
 (0)