Skip to content

Commit 2dde4ab

Browse files
Hide blueprint dropdown for user imports (#89)
1 parent 1c95a6b commit 2dde4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Imports/Blueprint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function (string $attribute, mixed $value, Closure $fail) use ($import) {
127127
'display' => __('Blueprint'),
128128
'instructions' => __('importer::messages.destination_blueprint_instructions'),
129129
'width' => 50,
130-
'unless' => ['destination.type' => 'users'],
130+
'unless' => ['type' => 'users'],
131131
'validate' => 'required_unless:destination.type,users',
132132
],
133133
],

0 commit comments

Comments
 (0)