Skip to content

Commit

Permalink
upload cost surfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Sep 1, 2023
1 parent 57a3129 commit 60e5aea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const CostSurfaceUploadModal = ({
<div>
<FieldRFF name="name" validate={composeValidators([{ presence: true }])}>
{(fprops) => (
<Field id="form-name" {...fprops}>
<Field id="name" {...fprops}>
<Label theme="light" className="mb-3 uppercase">
Name
</Label>
Expand Down

0 comments on commit 60e5aea

Please sign in to comment.