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