change recipe timetamp to no datepipe
This commit is contained in:
parent
03b65399df
commit
ae9f487b39
3 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ export type RecipeOverview = {
|
|||
|
||||
export type RecipesDashboard = {
|
||||
configNumber: number;
|
||||
LastUpdated: Date;
|
||||
lastUpdated: String;
|
||||
filename: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue