Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
afsakar committed Aug 9, 2024
1 parent 3a782b6 commit 86bda52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -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}}
{"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}}
4 changes: 3 additions & 1 deletion src/Filament/Resources/FormBuilderResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 86bda52

Please sign in to comment.