Skip to content

Commit

Permalink
fix: Sulje dialogit oikein aloituskuulutussivulla, kun dialogista pai…
Browse files Browse the repository at this point in the history
…netaan hyväksymispainiketta (#513)
  • Loading branch information
tkork committed Jan 2, 2023
1 parent 5053c01 commit c674b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/yllapito/projekti/[oid]/aloituskuulutus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ function AloituskuulutusForm({ projekti, projektiLoadError, reloadProjekti }: Al
}
setIsFormSubmitting(false);
setOpen(false);
setOpenHyvaksy(false);
},
[projekti, api, reloadProjekti, showSuccessMessage, showErrorMessage]
);
Expand Down

0 comments on commit c674b97

Please sign in to comment.