Skip to content
Snippets Groups Projects
Commit b19f1636 authored by vildemv's avatar vildemv
Browse files

Fixed build error

parent 9e959342
No related branches found
No related tags found
1 merge request!68Div frontend
Pipeline #281223 failed
......@@ -6,8 +6,8 @@ const props = defineProps({
description: String,
goalSum: Number,
currentSum: Number,
deadline: String,
startDate: String,
deadline: Date,
startDate: Date,
image: String,
expanded: Boolean
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment