mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
link sku
This commit is contained in:
parent
5f7eeb5205
commit
14d6c6eafc
1 changed files with 2 additions and 2 deletions
|
|
@ -617,7 +617,7 @@ export async function renderSkuLinker($app) {
|
|||
pinnedR = null;
|
||||
updateAll();
|
||||
|
||||
if (shouldReloadAfterLink) location.reload();
|
||||
location.reload();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -648,7 +648,7 @@ export async function renderSkuLinker($app) {
|
|||
pinnedR = null;
|
||||
updateAll();
|
||||
|
||||
if (shouldReloadAfterLink) location.reload();
|
||||
location.reload();
|
||||
} catch (e) {
|
||||
$status.textContent = `Write failed: ${String(e && e.message ? e.message : e)}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue