Skip to content

Commit db227c8

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent cc66c45 commit db227c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Filament/Resources/Helpers/FieldGroupResourceHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ protected static function configureFieldsCreateActionOnRepeater(Forms\Components
177177
// throw a validation exception
178178
if ($nameToCheck && $exisingState->contains('name', $nameToCheck)) {
179179
$validationAttribute = __('inspirecms::resources/field.name.validation_attribute');
180+
180181
throw ValidationException::withMessages([
181182
'mountedFormComponentActionsData.0.name' => __('validation.distinct', ['attribute' => $validationAttribute]),
182183
]);

0 commit comments

Comments
 (0)