This repository was archived by the owner on Mar 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
</div >
30
30
</div >
31
31
</draggable >
32
- <p v-if =" internal.colFields.length === 0" class =" drag-area-placeholder text-secondary" >Drag fields here</p >
32
+ <p v-if =" internal.colFields.length === 0" class =" drag-area-placeholder text-secondary" >{{ colsLabelText || ' Drag fields here'}} </p >
33
33
<div v-else class =" drag-area-clear-button circle-background bg-primary" v-b-tooltip:hover title =" Clear column fields" @click =" _resetCols" ></div >
34
34
</div >
35
35
</div >
45
45
</div >
46
46
</div >
47
47
</draggable >
48
- <p v-if =" internal.rowFields.length === 0" class =" drag-area-placeholder text-secondary" >Drag fields here</p >
48
+ <p v-if =" internal.rowFields.length === 0" class =" drag-area-placeholder text-secondary" >{{ rowsLabelText || ' Drag fields here'}} </p >
49
49
<div v-else class =" drag-area-clear-button circle-background bg-primary" v-b-tooltip:hover title =" Clear row fields" @click =" _resetRows" ></div >
50
50
</div >
51
51
@@ -112,11 +112,11 @@ export default {
112
112
},
113
113
colsLabelText: {
114
114
type: String ,
115
- default: ' Columns '
115
+ default: ' '
116
116
},
117
117
rowsLabelText: {
118
118
type: String ,
119
- default: ' Rows '
119
+ default: ' '
120
120
},
121
121
hideSettingsText: {
122
122
type: String ,
You can’t perform that action at this time.
0 commit comments