feat: SW-1588 No booking code search results UX

This commit is contained in:
Hrishikesh Vaipurkar
2025-02-17 13:47:58 +01:00
parent 8966e56820
commit a7443e5750
9 changed files with 84 additions and 32 deletions

View File

@@ -18,7 +18,6 @@ export default function TabletCodeInput({
{...register("bookingCode.value", {
onChange: (e) => updateValue(e.target.value),
})}
defaultValue={defaultValue}
autoComplete="off"
/>
)