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({ ...@@ -6,8 +6,8 @@ const props = defineProps({
description: String, description: String,
goalSum: Number, goalSum: Number,
currentSum: Number, currentSum: Number,
deadline: String, deadline: Date,
startDate: String, startDate: Date,
image: String, image: String,
expanded: Boolean 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