Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
INT-2094 Can't understand that * means a required codemod arg (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj authored Jan 3, 2024
1 parent c364df3 commit 36c6377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const FormField = (props: Props) => {
className={styles.field}
title={description}
>
{name} {required && '*'}
{name} {required && '(required)'}
</VSCodeTextField>
);
}
Expand Down

0 comments on commit 36c6377

Please sign in to comment.