diff options
| author | 2024-08-30 11:19:30 +0200 | |
|---|---|---|
| committer | 2024-08-30 15:33:15 +0200 | |
| commit | 648b804e72d4831e41e02dfd7d6b5a9ac7660b58 (patch) | |
| tree | 34c0e284df0510c868606a01833aa0e57f6678c2 /src/components/RequestSummary/RequestSummary.tsx | |
| parent | b19c1877d088fbe01bcdea9fbdef282e66ab114f (diff) | |
| download | client-648b804e72d4831e41e02dfd7d6b5a9ac7660b58.tar.gz client-648b804e72d4831e41e02dfd7d6b5a9ac7660b58.tar.bz2 client-648b804e72d4831e41e02dfd7d6b5a9ac7660b58.zip | |
Added ui
Diffstat (limited to 'src/components/RequestSummary/RequestSummary.tsx')
| -rw-r--r-- | src/components/RequestSummary/RequestSummary.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RequestSummary/RequestSummary.tsx b/src/components/RequestSummary/RequestSummary.tsx index 49e6086..4e97676 100644 --- a/src/components/RequestSummary/RequestSummary.tsx +++ b/src/components/RequestSummary/RequestSummary.tsx | |||
| @@ -7,7 +7,7 @@ import dayjs from "dayjs"; | |||
| 7 | 7 | ||
| 8 | interface RequestSummaryProps { | 8 | interface RequestSummaryProps { |
| 9 | selected?: boolean; | 9 | selected?: boolean; |
| 10 | requestResponse: RequestResponse; | 10 | requestResponse: Calls; |
| 11 | showTime?: boolean; | 11 | showTime?: boolean; |
| 12 | } | 12 | } |
| 13 | 13 | ||
