Fix for PR #900 where button tag is removed

This commit is contained in:
Bailey Pumfleet 2021-10-11 14:49:55 +01:00
parent 82f11b5121
commit 6f219fc98c

View file

@ -943,8 +943,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
<Button href="/event-types" color="secondary" tabIndex={-1}>
{t("cancel")}
</Button>
{t("update")}
</Button>
<Button type="submit">{t("update")}</Button>
</div>
</form>
<Modal