We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6706d commit 54fe138Copy full SHA for 54fe138
1 file changed
lib/components/ConflictPicker.vue
@@ -2,14 +2,13 @@
2
<NcDialog class="conflict-picker"
3
data-cy-conflict-picker
4
:close-on-click-outside="false"
5
- :canClose="false"
+ :can-close="false"
6
:show="opened"
7
+ :name="name"
8
size="large"
9
@close="onCancel">
10
<!-- Header -->
11
<div class="conflict-picker__header">
- <h2 class="conflict-picker__title" v-text="name" />
12
-
13
<!-- Description -->
14
<p id="conflict-picker-description" class="conflict-picker__description">
15
{{ t('Which files do you want to keep?') }}<br>
0 commit comments