Skip to content

Commit f4b6eb4

Browse files
committed
Merge remote-tracking branch 'origin/0.x' into 0.x
2 parents 492050e + db227c8 commit f4b6eb4

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)