Skip to content

Commit d6d3664

Browse files
AzGasimgithub-actions[bot]
authored andcommitted
Fix styling
1 parent af9469d commit d6d3664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Entities/BaseResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public static function getDeleteAction(): Action
536536

537537
if ($translation && $translation->trashed()) {
538538
$remainingTranslations = $livewire->record->translations()->withTrashed()->where('locale', '!=', $currentLang)->count();
539-
539+
540540
if ($remainingTranslations === 0) {
541541
$livewire->record->forceDelete();
542542
} else {

0 commit comments

Comments
 (0)