Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Jun 12, 2024
1 parent b42abd8 commit 5f1b4fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Filament/Blocks/ImageSpatie.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,9 @@ function (HasForms $livewire, SpatieMediaLibraryFileUpload $component, Temporary
}
),

<<<<<<< HEAD
TextInput::make('caption')
->label('didascalia'),
])
->columns('form' === $context ? 2 : 1);
=======
TextInput::make('caption'),
])
->columns('form' === $context ? 2 : 1)
;
>>>>>>> up
}
}

0 comments on commit 5f1b4fd

Please sign in to comment.