From 1d99f258e16e94ee08001d5ac21bed0c03f8a7f0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 22 Dec 2022 11:35:43 +0100 Subject: [PATCH] InputTime.vue change to InputHour.vue --- .../src/components/Contributions/ContributionForm.vue | 8 ++++---- .../components/Inputs/{InputTime.vue => InputHour.vue} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename frontend/src/components/Inputs/{InputTime.vue => InputHour.vue} (98%) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d545102ec..3f6468d4c 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -42,7 +42,7 @@ :placeholder="$t('contribution.yourActivity')" :rules="{ required: true, min: 5, max: 255 }" /> - + >