Skip to content

Commit

Permalink
Fix @beyonk/svelte-datepicker local issue
Browse files Browse the repository at this point in the history
It's a hack to fix beyonk-group/svelte-datepicker#56

But it's not the end fix.
  • Loading branch information
Pierstoval committed Apr 18, 2022
1 parent d902821 commit 4430129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PaginatedTable/Filter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import ConfigFilter from '$lib/admin/ConfigFilter';
import FilterType from '$lib/admin/FilterType';
import DatePicker from '@beyonk/svelte-datepicker/src/components/DatePicker.svelte';
import { dayjs } from '@beyonk/svelte-datepicker/src/components/lib/date-utils';
import { dayjs } from '$lib/utils/date-utils';
export let filter: ConfigFilter;
export let change_callback: Function;
Expand Down

0 comments on commit 4430129

Please sign in to comment.