Skip to content

Commit

Permalink
fix date not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
AStox committed Dec 7, 2023
1 parent e247c32 commit c80e087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tinlake-ui/components/CreateNFT/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const CreateNFT: React.FC = () => {
{tinlake.contractAddresses['LEGACY_ACTIONS'] && (
<FormField label="Maturity Date">
<DateInput
format="mm/dd/yyyy"
value={maturityDate}
onChange={(event: any) => {
console.log(event.value)
Expand Down

0 comments on commit c80e087

Please sign in to comment.