Update updateInformationArtist.ts

parent 5080768e
......@@ -914,7 +914,7 @@ export default defineComponent({
account: account.value,
socialEmbedded: socialEmbedded.value,
artistLevel: artistLevel.value,
fields: [fields.value],
fields: fields.value === null ? [] : [fields.value],
nationality: nationality.value,
qualification: qualification.value,
works: works.value,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment