Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjansen authored and actions-user committed Feb 23, 2021
1 parent d3c9257 commit f24aca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Fields/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ protected function mapTags()
->toArray();

return $value;

}, 'multiple');
}

Expand Down
8 changes: 4 additions & 4 deletions src/MoveServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ public function configureLivewire()
// return;
// }

Livewire::component('livewire.resource-table', ResourceTable::class);
Livewire::component('livewire.resource-show', ResourceShow::class);
Livewire::component('livewire.resource-form', ResourceForm::class);
Livewire::component('livewire.resource-table', ResourceTable::class);
Livewire::component('livewire.resource-show', ResourceShow::class);
Livewire::component('livewire.resource-form', ResourceForm::class);

Livewire::component('header-search', HeaderSearch::class);
Livewire::component('header-search', HeaderSearch::class);
// });
}
}

0 comments on commit f24aca8

Please sign in to comment.