change augument businessUpdateauguments to businessArguments
This commit is contained in:
parent
669e640668
commit
a4d811bdc4
5 changed files with 78 additions and 35 deletions
|
|
@ -19,7 +19,7 @@ import 'package:supertokens_flutter/supertokens.dart';
|
|||
import 'package:http/http.dart' as http2;
|
||||
|
||||
class ProfileBusinessUpdate extends StatefulWidget {
|
||||
final BusinessUpdateArguments arguments;
|
||||
final BusinessArguments arguments;
|
||||
//final AppUser signedInUser;
|
||||
const ProfileBusinessUpdate({
|
||||
super.key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue