Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Dec 5, 2024
1 parent af49e6e commit cd8224c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/deployment/warp/TokenTypeSelectField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const TokenTypes = Object.values(TokenType);

export function TokenTypeSelectField({
value,
onChange,
}: {
value: TokenType;
onChange: (t: TokenType) => void;
Expand Down

0 comments on commit cd8224c

Please sign in to comment.