We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733714c commit df19d4eCopy full SHA for df19d4e
src/utils/storage.utils.js
@@ -35,7 +35,7 @@ export const saveBlob = (store) => {
35
id: Date.now(),
36
name: generateName({ words: 2 }).spaced,
37
// eslint-disable-next-line no-restricted-globals
38
- url: `/${location.search}`,
+ url: location.href,
39
};
40
const allBlobs = getAllBlobs();
41
const blobs = [...(allBlobs || []), newData];
0 commit comments