fix: add missing argument (#1506)

This commit is contained in:
Aaryan Khandelwal 2023-07-12 17:55:58 +05:30 committed by GitHub
parent 4a2057c0b3
commit 26f0e9da00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = ({
payload,
user
)
.then(() => {
.then((res) => {
setToastAlert({
type: "success",
title: "Success!",