mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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