Skip to content

Commit

Permalink
self-closing text input
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Apr 29, 2024
1 parent bfb6fb1 commit 68d9b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const CodeLinkProtocolSelect = ({}) => {
})
}
placeholder="protocol://{FILE}:{LINE}"
></TextInput>
/>
) : (
<Box padding={{left: 8, top: 2}}>
<CaptionMono>{codeLinkProtocol.protocol}</CaptionMono>
Expand Down

0 comments on commit 68d9b3a

Please sign in to comment.