forked from github/plane
fix: add missing argument (#1506)
This commit is contained in:
parent
4a2057c0b3
commit
26f0e9da00
@ -188,7 +188,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = ({
|
||||
payload,
|
||||
user
|
||||
)
|
||||
.then(() => {
|
||||
.then((res) => {
|
||||
setToastAlert({
|
||||
type: "success",
|
||||
title: "Success!",
|
||||
|
Loading…
Reference in New Issue
Block a user