chore: cleanup

This commit is contained in:
jamesgeorge007
2024-02-12 10:35:54 +05:30
parent 2c47a63ca0
commit 97899ec023
4 changed files with 21 additions and 55 deletions

View File

@@ -779,11 +779,6 @@ const onEditRequest = async (newRequestName: string) => {
return
}
if (result.right.type === "invalid") {
// REQUEST_INVALIDATED
return
}
displayModalEditRequest(false)
toast.success(t("request.renamed"))
}