We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3514b commit d28cc02Copy full SHA for d28cc02
app/Http/Requests/StoreLabelSettings.php
@@ -29,6 +29,12 @@ public function rules(): array
29
return $label->getName();
30
})->values()->toArray();
31
32
+ if (empty($this->input('label2_template'))) {
33
+ $this->merge([
34
+ 'label2_template' => 'DefaultLabel',
35
+ ]);
36
+ }
37
+
38
return [
39
'labels_per_page' => 'numeric',
40
'labels_width' => 'numeric',
0 commit comments