refactor: hnadle edit
This commit is contained in:
parent
03e99c0f0c
commit
8d9ae538cf
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ async function triggerTaskOrder(opts: {
|
|||
window.location.origin,
|
||||
);
|
||||
|
||||
if (pageState.currentTab === 'Pending') {
|
||||
if (pageState.currentTab === 'Pending' && opts.statusDialog === 'edit') {
|
||||
url.searchParams.append('edit', String(opts.statusDialog === 'edit'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue