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 aecf722 commit 2f4607bCopy full SHA for 2f4607b
1 file changed
src/pages/domain/Groups/DomainGroupDetailsPage.tsx
@@ -19,8 +19,8 @@ import ONYXKEYS from '@src/ONYXKEYS';
19
import ROUTES from '@src/ROUTES';
20
import type SCREENS from '@src/SCREENS';
21
import DefaultGroupToggle from './DefaultGroupToggle';
22
-import StrictlyEnforceWorkspaceRulesToggle from './StrictlyEnforceWorkspaceRulesToggle';
23
import DeleteGroupRow from './DeleteGroupRow';
+import StrictlyEnforceWorkspaceRulesToggle from './StrictlyEnforceWorkspaceRulesToggle';
24
25
type DomainGroupDetailsPageProps = PlatformStackScreenProps<SettingsNavigatorParamList, typeof SCREENS.DOMAIN.GROUP_DETAILS>;
26
0 commit comments