mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00
Prevent sidebar re-render on every keypress (#152)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import {generateId} from "../lib/generateId";
|
||||
import { useFastMutation } from './useFastMutation';
|
||||
import type { HttpUrlParameter } from '@yaakapp-internal/models';
|
||||
import { useToast } from './useToast';
|
||||
@@ -27,6 +28,7 @@ export function useImportQuerystring(requestId: string) {
|
||||
name,
|
||||
value,
|
||||
enabled: true,
|
||||
id: generateId(),
|
||||
}));
|
||||
|
||||
await updateRequest.mutateAsync({
|
||||
|
||||
Reference in New Issue
Block a user