Protocol => APIType

This commit is contained in:
Ashita Prasad
2024-12-10 04:53:09 +05:30
parent 4ef6550624
commit f8d26cb8f2
4 changed files with 14 additions and 14 deletions

View File

@@ -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(