Skip to content

Commit

Permalink
fix: Date de création d'une resource ref ##150
Browse files Browse the repository at this point in the history
  • Loading branch information
pprev94 committed Oct 25, 2023
1 parent 1898fe1 commit ec3b5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/pages/service/metadatas/Description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const Description: FC<DescriptionProps> = ({ storedData, endpointType, visible,
nativeInputProps={{
...register("creation_date"),
type: "date",
value: now,
defaultValue: now,
}}
/>
<Select
Expand Down

0 comments on commit ec3b5d2

Please sign in to comment.