Skip to content

Commit bd4f5a1

Browse files
committed
change/select customer
1 parent d999089 commit bd4f5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/select.customer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const SelectCustomer: FC<{
1818
return null;
1919
}
2020
return (
21-
<Select
21+
<Select data-sentry-mask
2222
hideErrors={true}
2323
label=""
2424
name="customer"

0 commit comments

Comments
 (0)