mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 11:27:52 +00:00
Merge pull request #133 from JustinWesleyFerrari/feature/gif-repos
Fix bug in uploading collection, apiKey missing ?
This commit is contained in:
commit
f7a1787926
@ -496,7 +496,7 @@ setOpenGifModal: { attribute: false }
|
|||||||
let myCollection = await parentEpml.request(
|
let myCollection = await parentEpml.request(
|
||||||
'apiCall',
|
'apiCall',
|
||||||
{
|
{
|
||||||
url: `/arbitrary/metadata/GIF_REPOSITORY/${userName}/${this.newCollectionName}&apiKey=${this.getApiKey()}`,
|
url: `/arbitrary/metadata/GIF_REPOSITORY/${userName}/${this.newCollectionName}?apiKey=${this.getApiKey()}`,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
if (myCollection.title) {
|
if (myCollection.title) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user