Skip to content

Commit 7567ffe

Browse files
committed
Make environment dropdown readonly so Production is still visible
1 parent 48eb0cc commit 7567ffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Nova/Actions/UdbOrganizer/RequestUdbOrganizer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ public function fields(NovaRequest $request): array
9393
Environment::Production->value => 'Production',
9494
])
9595
->default(Environment::Production->value)
96-
->rules('required'),
96+
->rules('required')
97+
->readonly(),
9798
];
9899
}
99100

0 commit comments

Comments
 (0)