Skip to content

Commit 2982cf2

Browse files
Merge pull request #4030 from Zacgoose/Room-Mailboxes
Feat: Add advanced options for Room Mailboxes
2 parents 6b3f8b2 + 73e2182 commit 2982cf2

File tree

2 files changed

+461
-99
lines changed

2 files changed

+461
-99
lines changed

src/components/CippComponents/CippFormComponent.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ export const CippFormComponent = (props) => {
155155
<TextField
156156
type="number"
157157
variant="filled"
158+
InputLabelProps={{
159+
shrink: true,
160+
}}
158161
{...other}
159162
{...formControl.register(convertedName, { ...validators })}
160163
label={label}

0 commit comments

Comments
 (0)