add buzzer presskey to edit form

This commit is contained in:
Martin Dimitrov 2025-05-26 16:33:10 -07:00
parent 4f7ecfa5a3
commit 95f84ff9a7

View File

@ -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"