Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
fix: use Form.Control to stop "Input" not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Smith committed Oct 17, 2022
1 parent e668986 commit 7ed2e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ const LibraryAuthoringPageHeaderBase = ({ intl, library, ...props }) => {
<h1 className="page-header-title">
{ inputIsActive
? (
<Input
<Form.Control
autoFocus
name="title"
id="title"
Expand Down

0 comments on commit 7ed2e00

Please sign in to comment.