feat: SW-1588 No booking code search results UX
This commit is contained in:
@@ -18,7 +18,6 @@ export default function TabletCodeInput({
|
||||
{...register("bookingCode.value", {
|
||||
onChange: (e) => updateValue(e.target.value),
|
||||
})}
|
||||
defaultValue={defaultValue}
|
||||
autoComplete="off"
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user