Fixes #5985 -- Fix minor bug with branding custom assets.

This commit is contained in:
Buster Neece 2023-01-05 16:01:04 -06:00
parent e5ebbd014d
commit 1b188c6189
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const relist = () => {
file.value = null;
loading.value = true;
axios.get(this.apiUrl).then((resp) => {
axios.get(props.apiUrl).then((resp) => {
isUploaded.value = resp.data.is_uploaded;
url.value = resp.data.url;