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,
|
payload,
|
||||||
user
|
user
|
||||||
)
|
)
|
||||||
.then(() => {
|
.then((res) => {
|
||||||
setToastAlert({
|
setToastAlert({
|
||||||
type: "success",
|
type: "success",
|
||||||
title: "Success!",
|
title: "Success!",
|
||||||
|
Loading…
Reference in New Issue
Block a user