v3
This commit is contained in:
@@ -490,14 +490,14 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
|||||||
const SizedBox(height: 10.0),
|
const SizedBox(height: 10.0),
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
controller: typeController,
|
controller: typeController,
|
||||||
hintText: "Business Type",
|
hintText: widget.arguments.business!.type,
|
||||||
editable: false,
|
editable: false,
|
||||||
required: true,
|
required: true,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 15.0),
|
const SizedBox(height: 15.0),
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
controller: titleController,
|
controller: titleController,
|
||||||
hintText: "title",
|
hintText: widget.arguments.businessUser!.title,
|
||||||
editable: false,
|
editable: false,
|
||||||
required: true,
|
required: true,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user