Skip to content

Commit 9a0b6e8

Browse files
committed
Rename custom fields view files for improved clarity and consistency
1 parent 8ba0109 commit 9a0b6e8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

resources/views/filament/pages/custom-fields-next.blade.php renamed to resources/views/filament/pages/custom-fields-management.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
x-sortable
1414
wire:end.stop="updateSectionsOrder($event.target.sortable.toArray())"
1515
class="flex flex-col gap-y-6"
16-
x-load-css="[@js(\Filament\Support\Facades\FilamentAsset::getStyleHref('custom-fields', 'relaticle/custom-fields'))]"
1716
>
1817
@foreach ($this->sections as $section)
1918
@livewire('manage-custom-field-section', ['entityType' => $this->currentEntityType, 'section' => $section], key($section->id . str()->random(16)))

src/Filament/Management/Pages/CustomFieldsManagementPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CustomFieldsManagementPage extends Page
2828
{
2929
protected static string|BackedEnum|null $navigationIcon = 'heroicon-m-document-text';
3030

31-
protected string $view = 'custom-fields::filament.pages.custom-fields-next';
31+
protected string $view = 'custom-fields::filament.pages.custom-fields-management';
3232

3333
protected static ?int $navigationSort = 10;
3434

0 commit comments

Comments
 (0)