mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +00:00
Fixed typo
This commit is contained in:
@ -371,7 +371,7 @@
|
||||
buttons="accessoryButtons"
|
||||
api_url="{{ route('api.assets.assigned_accessories', ['asset' => $asset]) }}"
|
||||
:presenter="\App\Presenters\AssetPresenter::assignedAccessoriesDataTableLayout()"
|
||||
export_filename="export-maintenances-{{ str_slug($asset->name) }}-{{ date('Y-m-d') }}"
|
||||
export_filename="export-accessories-{{ str_slug($asset->name) }}-{{ date('Y-m-d') }}"
|
||||
/>
|
||||
</x-tabs.pane>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user