Showing
1 changed file
with
1 additions
and
1 deletions
@@ -321,7 +321,7 @@ export const formSchema: QFormSchema[] = [ | @@ -321,7 +321,7 @@ export const formSchema: QFormSchema[] = [ | ||
321 | if (data) | 321 | if (data) |
322 | return data.map((item) => ({ | 322 | return data.map((item) => ({ |
323 | ...item, | 323 | ...item, |
324 | - label: item.name, | 324 | + label: item.name || item.channelId, |
325 | value: item.channelId, | 325 | value: item.channelId, |
326 | })); | 326 | })); |
327 | } catch (error) {} | 327 | } catch (error) {} |