Update HistoryMetaModel

This commit is contained in:
Ashita Prasad
2025-01-12 16:37:57 +05:30
parent 2ebeded784
commit 18f4687d30
6 changed files with 34 additions and 3 deletions

View File

@@ -186,6 +186,7 @@ class RequestItem extends ConsumerWidget {
return SidebarRequestCard(
id: id,
apiType: requestModel.apiType,
method: requestModel.httpRequestModel!.method,
name: requestModel.name,
url: requestModel.httpRequestModel?.url,