removed required for part validation type in quality validation
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / review (pull_request) Failing after 23s
Laravel Pint / pint (pull_request) Successful in 2m9s
Laravel Larastan / larastan (pull_request) Failing after 3m16s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / review (pull_request) Failing after 23s
Laravel Pint / pint (pull_request) Successful in 2m9s
Laravel Larastan / larastan (pull_request) Failing after 3m16s
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user