mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
After delete a ticket redirect to previous page (#1044)
This commit is contained in:
parent
6ccb389492
commit
af15d0116d
@ -636,7 +636,7 @@ class TicketViewer extends React.Component {
|
|||||||
}
|
}
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
this.onTicketModification(result);
|
this.onTicketModification(result);
|
||||||
history.push('/admin/panel/tickets/my-tickets/');
|
history.push(history.goBack());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user