diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results index 50a7a79..4d0975b 100644 --- a/.phpunit.cache/test-results +++ b/.phpunit.cache/test-results @@ -1 +1 @@ -{"version":"pest_2.35.0","defects":[],"times":{"P\\Tests\\ExampleTest::__pest_evaluable_it_can_test":0.005,"P\\Tests\\ArchTest::__pest_evaluable_it_will_not_use_debugging_functions":0.172}} \ No newline at end of file +{"version":"pest_2.35.0","defects":[],"times":{"P\\Tests\\ExampleTest::__pest_evaluable_it_can_test":0.005,"P\\Tests\\ArchTest::__pest_evaluable_it_will_not_use_debugging_functions":0.141}} \ No newline at end of file diff --git a/src/Filament/Resources/FormBuilderResource.php b/src/Filament/Resources/FormBuilderResource.php index 55d0173..7069408 100644 --- a/src/Filament/Resources/FormBuilderResource.php +++ b/src/Filament/Resources/FormBuilderResource.php @@ -40,11 +40,13 @@ public static function form(Form $form): Form ->schema([ Forms\Components\Section::make('Form Bilgileri') ->headerActions([ - Forms\Components\Actions\Action::make('Form Ayarları') + Forms\Components\Actions\Action::make('form_settings') + ->hiddenLabel() ->slideOver() ->tooltip('Form Ayarları') ->icon('heroicon-m-cog') ->modalIcon('heroicon-m-cog') + ->modalHeading('Form Ayarları') ->modalDescription('Daha Fazla Form Ayarları') ->fillForm(fn ( $state,