Fix for PR #900 where button tag is removed
parent
82f11b5121
commit
6f219fc98c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue