add buzzer presskey to edit form
This commit is contained in:
parent
4f7ecfa5a3
commit
95f84ff9a7
@ -78,6 +78,9 @@ export const EditPage = () => {
|
||||
valueAsNumber: true,
|
||||
})} />
|
||||
</FormField>
|
||||
<FormField label="Unlock key" constraintText="Key to press to buzz up on Intercom">
|
||||
<input {...register("pressKey")} />
|
||||
</FormField>
|
||||
<FormField
|
||||
errorText={fallbackNumbersError}
|
||||
label="Fallback numbers"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user