We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d999089 commit bd4f5a1Copy full SHA for bd4f5a1
apps/frontend/src/components/launches/select.customer.tsx
@@ -18,7 +18,7 @@ export const SelectCustomer: FC<{
18
return null;
19
}
20
return (
21
- <Select
+ <Select data-sentry-mask
22
hideErrors={true}
23
label=""
24
name="customer"
0 commit comments