Skip to content

Commit

Permalink
made label optional
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Dec 13, 2023
1 parent 6f0a9a4 commit 14e8de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console-ui/text-form-field/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function TextFormField({
onEnter?: (value: string) => void;
onChange?: (value: string) => void;
readonly?: boolean;
label: string;
label?: string;
value?: string;
helpText?: string;
placeholder?: string;
Expand Down

0 comments on commit 14e8de7

Please sign in to comment.