Fix for PR #900 where button tag is removed

pull/906/head
Bailey Pumfleet 2021-10-11 14:49:55 +01:00
parent 82f11b5121
commit 6f219fc98c
1 changed files with 1 additions and 2 deletions

View File

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