This commit is contained in:
@@ -99,8 +99,9 @@ export default {
|
||||
ayaId: this.ayaId,
|
||||
ayaType: this.ayaType,
|
||||
files: this.uploadFiles,
|
||||
notes: this.notes
|
||||
notes: this.notes ? this.notes : ""
|
||||
};
|
||||
|
||||
window.$gz.api.uploadAttachment(at).then(res => {
|
||||
//vm.formState.loading = false;
|
||||
if (res.error) {
|
||||
@@ -164,7 +165,7 @@ export default {
|
||||
languageName,
|
||||
hour12
|
||||
),
|
||||
notes: o.notes,
|
||||
notes: o.notes ? o.notes : "",
|
||||
icon: window.$gz.util.iconForFile(o.displayFileName, o.contentType)
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user