Compare commits
2 Commits
f76316ec91
...
7543f8a416
| Author | SHA1 | Date | |
|---|---|---|---|
| 7543f8a416 | |||
|
|
91d8a3441b |
@@ -654,7 +654,6 @@ class QualityValidationResource extends Resource
|
||||
->label('Select Validation')
|
||||
->reactive()
|
||||
->options(fn (callable $get) => $get('part_validation_type_options') ?? [])
|
||||
->required()
|
||||
->afterStateUpdated(function ($state, callable $set) {
|
||||
// when user selects something new, hide the image
|
||||
$set('show_validation_image', false);
|
||||
|
||||
Reference in New Issue
Block a user