Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Aug 10, 2023
1 parent 018807e commit 5428795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/filament.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
'path' => app_path('Filament/Widgets'),
'register' => [
Widgets\AccountWidget::class,
Widgets\FilamentInfoWidget::class,
],
],

Expand Down Expand Up @@ -239,7 +238,7 @@
'have_inline_labels' => false,
],
'footer' => [
'should_show_logo' => true,
'should_show_logo' => false,
],
'max_content_width' => null,
'notifications' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Components/charts/ProjectsChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="flex items-center justify-center w-1/2 gap-6">
<MultiSelectObjectFilter
class="w-full"
:label="$t('county_city')"
:label="$t('county')"
:options="counties"
@callback="updateChart"
/>
Expand Down

0 comments on commit 5428795

Please sign in to comment.