diff --git a/packages/bruno-app/src/components/CreateTransientRequest/index.js b/packages/bruno-app/src/components/CreateTransientRequest/index.js index 43355837c..20f57cf65 100644 --- a/packages/bruno-app/src/components/CreateTransientRequest/index.js +++ b/packages/bruno-app/src/components/CreateTransientRequest/index.js @@ -58,7 +58,7 @@ const CreateTransientRequest = ({ collectionUid }) => { const collection = useMemo(() => { return collections?.find((c) => c.uid === collectionUid); - }, [collections]); + }, [collections, collectionUid]); const collectionPresets = useMemo(() => { return get(collection, collection?.draft?.brunoConfig ? 'draft.brunoConfig.presets' : 'brunoConfig.presets', {