mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +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();
|
||||
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();
|
||||
|
||||
clearSkuRulesCache();
|
||||
|
|
|
|||
Loading…
Reference in a new issue