Skip to content

Commit

Permalink
made label optional (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo authored Jul 13, 2023
1 parent f6ae590 commit bf8e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-typescript/components/Form/InputWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import classNames from 'classnames';

export interface IInputCommon {
label: string;
label?: string;
info?: string;
error?: string;
required?: boolean;
Expand Down

0 comments on commit bf8e76e

Please sign in to comment.