Skip to content

Commit

Permalink
adapt imports
Browse files Browse the repository at this point in the history
  • Loading branch information
boal committed Nov 20, 2024
1 parent 1f605a0 commit 815f36f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/common/DateRangePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ import VueDatePicker from "@vuepic/vue-datepicker";
import "@vuepic/vue-datepicker/dist/main.css";
import { head, isEmpty, isNil, last, split, toArray, toString } from "lodash";
import { head, isEmpty, isNil, last, toArray } from "lodash";
import { computed } from "vue";
import { useDateUtils } from "@/util/DateUtils";
interface Props {
label?: string; // Bezeichnung des Datumsfelds
required?: boolean; // Ist das Datumsfeld ein Pflichtfeld
Expand Down

0 comments on commit 815f36f

Please sign in to comment.