mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
Got key values working
This commit is contained in:
@@ -5,7 +5,7 @@ import { convertDates } from '../lib/models';
|
||||
import { useActiveRequest } from './useActiveRequest';
|
||||
|
||||
export function responsesQueryKey(requestId: string) {
|
||||
return ['responses', { requestId }];
|
||||
return ['http_responses', { requestId }];
|
||||
}
|
||||
|
||||
export function useResponses() {
|
||||
|
||||
Reference in New Issue
Block a user