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 f30d894 commit aded7e8Copy full SHA for aded7e8
site/src/modules/workspaces/WorkspaceSharingForm/WorkspaceSharingForm.tsx
@@ -43,7 +43,7 @@ interface RoleSelectProps {
43
onValueChange: (value: WorkspaceRole) => void;
44
}
45
46
-export const RoleSelect: FC<RoleSelectProps> = ({
+const RoleSelect: FC<RoleSelectProps> = ({
47
value,
48
disabled,
49
onValueChange,
@@ -142,7 +142,7 @@ export const RoleSelectField: FC<RoleSelectFieldProps> = ({
142
);
143
};
144
145
-export interface WorkspaceSharingFormProps {
+interface WorkspaceSharingFormProps {
146
workspaceACL: WorkspaceACL | undefined;
147
canUpdatePermissions: boolean;
148
error: unknown;
0 commit comments