changed the label name in bundle numberin weight validation
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 22s
Laravel Larastan / larastan (pull_request) Failing after 3m32s
Laravel Pint / pint (pull_request) Successful in 4m7s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 22s
Laravel Larastan / larastan (pull_request) Failing after 3m32s
Laravel Pint / pint (pull_request) Successful in 4m7s
This commit is contained in:
@@ -99,11 +99,11 @@ class WeightValidationResource extends Resource
|
||||
->columnSpan(1)
|
||||
->placeholder('Scan the valid Heat Number'),
|
||||
Forms\Components\TextInput::make('bundle_number')
|
||||
->label('Bundle Number')
|
||||
->label('Bundle / Coil Number')
|
||||
->minLength(1)
|
||||
->numeric()
|
||||
->columnSpan(1)
|
||||
->placeholder('Scan the valid Bundle Number'),
|
||||
->placeholder('Scan the valid Bundle / Coil Number'),
|
||||
Forms\Components\TextInput::make('picked_weight')
|
||||
->label('Picked Weight')
|
||||
->minLength(1)
|
||||
|
||||
Reference in New Issue
Block a user