update order detail
This commit is contained in:
@@ -271,7 +271,7 @@ class DesignRequestCreatePage extends HookConsumerWidget {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
DropdownButtonFormField<String>(
|
||||
value: selectedStyle.value.isEmpty
|
||||
initialValue: selectedStyle.value.isEmpty
|
||||
? null
|
||||
: selectedStyle.value,
|
||||
decoration: InputDecoration(
|
||||
@@ -365,7 +365,7 @@ class DesignRequestCreatePage extends HookConsumerWidget {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
DropdownButtonFormField<String>(
|
||||
value: selectedBudget.value.isEmpty
|
||||
initialValue: selectedBudget.value.isEmpty
|
||||
? null
|
||||
: selectedBudget.value,
|
||||
decoration: InputDecoration(
|
||||
|
||||
Reference in New Issue
Block a user