Skip to content

Commit

Permalink
Fixes publish view for flat-pickr component
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvdpol authored and driesvints committed Aug 2, 2021
1 parent 95184c3 commit 77ecf4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Forms/Inputs/FlatPickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public function jsonOptions(): string

public function render(): View
{
return view('blade-ui-kit::components.forms.inputs.flatpickr');
return view('blade-ui-kit::components.forms.inputs.flat-pickr');
}
}

0 comments on commit 77ecf4c

Please sign in to comment.