1
0
forked from poc/pds

removed required for part validation type in quality validation

This commit is contained in:
dhanabalan
2025-12-04 12:02:31 +05:30
parent d719769fdd
commit 91d8a3441b

View File

@@ -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);