feat: assignment as text

This commit is contained in:
Jannat Patel
2023-10-06 15:32:53 +05:30
parent 8ad0e99b3c
commit 47783997c6
10 changed files with 172 additions and 40 deletions

View File

@@ -350,7 +350,7 @@ const open_batch_dialog = () => {
fieldtype: "Attach Image",
label: __("Meta Image"),
fieldname: "meta_image",
default: batch_info && batch_info.image,
default: batch_info && batch_info.meta_image,
},
{
fieldtype: "Section Break",