mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 19:39:25 +08:00
AIRequests: Duplication Bug Fixed
This commit is contained in:
@@ -168,6 +168,8 @@ class CollectionStateNotifier
|
||||
requestTabIndex: 0,
|
||||
responseStatus: null,
|
||||
message: null,
|
||||
httpRequestModel: currentModel.httpRequestModel?.copyWith(),
|
||||
aiRequestModel: currentModel.aiRequestModel?.copyWith(),
|
||||
httpResponseModel: null,
|
||||
isWorking: false,
|
||||
sendingTime: null,
|
||||
|
||||
@@ -242,7 +242,6 @@ class HisRequestBody extends ConsumerWidget {
|
||||
readOnly: true,
|
||||
),
|
||||
),
|
||||
APIType.ai => FlutterLogo(),
|
||||
_ => kSizedBoxEmpty,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user