Browse Source

fix(js): Fix ControlSiloOrganization file name (#76123)

Evan Purkhiser 7 months ago
parent
commit
13d1472c46
2 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/types/auth.tsx
  2. 0 0
      static/app/types/controlSiloOrganization.tsx

+ 1 - 1
static/app/types/auth.tsx

@@ -1,7 +1,7 @@
 import type u2f from 'u2f-api';
 
 import type {Field} from 'sentry/components/forms/types';
-import type {ControlSiloOrganization} from 'sentry/types/control_silo_organization';
+import type {ControlSiloOrganization} from 'sentry/types/controlSiloOrganization';
 
 export type AuthenticatorDevice = {
   authId: string;

+ 0 - 0
static/app/types/control_silo_organization.tsx → static/app/types/controlSiloOrganization.tsx