mirror of
https://github.com/foss42/apidash.git
synced 2025-12-10 07:08:08 +08:00
Protocol => APIType
This commit is contained in:
@@ -61,9 +61,9 @@ class RequestEditorTopBar extends ConsumerWidget {
|
||||
),
|
||||
child: Row(
|
||||
children: [
|
||||
DropdownButtonProtocol(
|
||||
protocol: Protocol.http,
|
||||
onChanged: (protocol) {},
|
||||
DropdownButtonAPIType(
|
||||
apiType: APIType.http,
|
||||
onChanged: (apiType) {},
|
||||
),
|
||||
kHSpacer10,
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user