Skip to content

Commit

Permalink
Merge pull request #10 from workupsrl/develop
Browse files Browse the repository at this point in the history
Update Media.php
  • Loading branch information
rslanzi authored Nov 6, 2023
2 parents 43045e6 + 50cea77 commit aea4025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Fields/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public function translatable(): self
{
$this->translatable = true;

// $this->customProperties = array_merge($this->customProperties, [
// Text::make('locale')->hideWhenCreating()->hideWhenUpdating(),
// ]);
$this->customProperties = array_merge($this->customProperties, [
Text::make('locale')->hideWhenCreating()->hideWhenUpdating(),
]);

return $this->withMeta([
'translatable' => true,
Expand Down

0 comments on commit aea4025

Please sign in to comment.