Skip to content

Commit 1978444

Browse files
committed
adding placeholder message
1 parent 1801235 commit 1978444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/renderer/form-collection-record-control.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ export default {
192192
.catch(() => {
193193
this.localData = {};
194194
globalObject.ProcessMaker.alert(this.$t('This content does not exist. We could not locate indicated data'), "danger");
195+
this.placeholder = "Select a collection";
195196
});;
196197
},
197198
isMustache(record) {

0 commit comments

Comments
 (0)