Skip to content

Commit 5dce073

Browse files
committed
Fix missing export for Textarea.
1 parent c520a82 commit 5dce073

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dash-core-components/src/components/Textarea.react.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,5 @@ Textarea.propTypes = {
278278
*/
279279
persistence_type: PropTypes.oneOf(['local', 'session', 'memory']),
280280
};
281+
282+
export default Textarea;

0 commit comments

Comments
 (0)