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}>
|
||||
{t("cancel")}
|
||||
</Button>
|
||||
{t("update")}
|
||||
</Button>
|
||||
<Button type="submit">{t("update")}</Button>
|
||||
</div>
|
||||
</form>
|
||||
<Modal
|
||||
|
|
Loading…
Reference in New Issue