🚨 Fix build errors

This commit is contained in:
Manuel
2023-01-31 22:10:27 +01:00
parent dfa623d98f
commit e89a65c8dc
7 changed files with 35 additions and 36 deletions

View File

@@ -27,7 +27,7 @@ export const NetworkTab = ({ form }: NetworkTabProps) => {
data={StatusCodes}
clearable
searchable
defaultValue={form.values.network.statusCodes}
defaultValue={form.values.network.okStatus.map((x) => `${x}`)}
variant="default"
{...form.getInputProps('network.statusCodes')}
/>