sm-form-columns no longer required

This commit is contained in:
2023-02-22 20:23:11 +10:00
parent 72a78ba27b
commit 4adb0c953b

View File

@@ -2,10 +2,7 @@
<SMPage class="sm-page-user-edit">
<template #container>
<SMHeading :heading="pageHeading" />
<SMForm
class="sm-form-columns"
:model-value="form"
@submit="handleSubmit">
<SMForm :model-value="form" @submit="handleSubmit">
<SMRow>
<SMColumn><SMInput control="first_name" /></SMColumn>
<SMColumn><SMInput control="last_name" /></SMColumn>