mirror of
https://github.com/lemeow125/React-NotesApp.git
synced 2025-05-17 03:48:10 +08:00
Changed date_created format to Date from String
This commit is contained in:
parent
b3653f5a01
commit
e6b07438d4
3 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,7 @@ export interface NoteProps {
|
|||
title: string;
|
||||
content: string;
|
||||
id: number;
|
||||
date_created: string;
|
||||
date_created: Date;
|
||||
owner: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue