공개페이지 완료
This commit is contained in:
@@ -46,7 +46,7 @@ class OwnerDropdown extends StatelessWidget {
|
||||
border: OutlineInputBorder(),
|
||||
),
|
||||
isExpanded: true,
|
||||
value: value,
|
||||
initialValue: value,
|
||||
items: items,
|
||||
onChanged: enabled ? onChanged : null,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user