Skip to content

Commit

Permalink
fix(ui): fix ts error with custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Nov 24, 2023
1 parent 95c47fd commit 6368c93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const FIELD_VALUE_FALLBACK_MAP: {
UNetField: undefined,
VaeField: undefined,
VaeModelField: undefined,
Unknown: undefined,
};

export const buildInputFieldValue = (
Expand Down

0 comments on commit 6368c93

Please sign in to comment.