This commit is contained in:
Tom Moor
2024-10-19 12:37:17 -04:00
parent 201ccf39a0
commit e41519575f

View File

@@ -49,6 +49,6 @@ function InputSelectPermission(
const Select = styled(InputSelect)`
color: ${s("textSecondary")};
` as React.ComponentType<Props>;
`;
export default React.forwardRef(InputSelectPermission);