fix: add missing argument (#1506)
This commit is contained in:
parent
4a2057c0b3
commit
26f0e9da00
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = ({
|
|||
payload,
|
||||
user
|
||||
)
|
||||
.then(() => {
|
||||
.then((res) => {
|
||||
setToastAlert({
|
||||
type: "success",
|
||||
title: "Success!",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue