Merge pull request 'removed required for part validation type in quality validation' (#65) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s

Reviewed-on: #65
This commit was merged in pull request #65.
This commit is contained in:
2025-12-04 06:32:43 +00:00

View File

@@ -654,7 +654,6 @@ class QualityValidationResource extends Resource
->label('Select Validation') ->label('Select Validation')
->reactive() ->reactive()
->options(fn (callable $get) => $get('part_validation_type_options') ?? []) ->options(fn (callable $get) => $get('part_validation_type_options') ?? [])
->required()
->afterStateUpdated(function ($state, callable $set) { ->afterStateUpdated(function ($state, callable $set) {
// when user selects something new, hide the image // when user selects something new, hide the image
$set('show_validation_image', false); $set('show_validation_image', false);