mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-04-27 15:07:43 +00:00
fix: Remove confirm
This commit is contained in:
parent
3bedd13bab
commit
59e043307e
1 changed files with 0 additions and 5 deletions
|
|
@ -889,11 +889,6 @@ export async function renderSkuLinker($app) {
|
||||||
const c0 = pendingCounts();
|
const c0 = pendingCounts();
|
||||||
if (c0.total === 0) return;
|
if (c0.total === 0) return;
|
||||||
|
|
||||||
const ok = window.confirm(
|
|
||||||
`Clear ${c0.total} pending change(s)? This only clears local staged edits.`
|
|
||||||
);
|
|
||||||
if (!ok) return;
|
|
||||||
|
|
||||||
clearPendingEdits();
|
clearPendingEdits();
|
||||||
|
|
||||||
clearSkuRulesCache();
|
clearSkuRulesCache();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue