Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Oct 31, 2024
1 parent 3e6f5d7 commit 92c8bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/embedded-entry-point/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const EmbeddedEntryPoint = (props) => {
<div className="entry-point-text-input">
<TextInput id={id} type="text" labelText={__(label)} onChange={(value) => setTextValue(value.target.value)} value={textValue} />
</div>
<div className='entry-point-buttons'>
<div className="entry-point-buttons">
<div className="entry-point-open">
<Button
renderIcon={TreeViewAlt16}
Expand Down

0 comments on commit 92c8bfe

Please sign in to comment.