Skip to content

Commit 92c8bfe

Browse files
Update snapshots
1 parent 3e6f5d7 commit 92c8bfe

File tree

1 file changed

+1
-1
lines changed
  • app/javascript/components/embedded-entry-point

1 file changed

+1
-1
lines changed

app/javascript/components/embedded-entry-point/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const EmbeddedEntryPoint = (props) => {
4646
<div className="entry-point-text-input">
4747
<TextInput id={id} type="text" labelText={__(label)} onChange={(value) => setTextValue(value.target.value)} value={textValue} />
4848
</div>
49-
<div className='entry-point-buttons'>
49+
<div className="entry-point-buttons">
5050
<div className="entry-point-open">
5151
<Button
5252
renderIcon={TreeViewAlt16}

0 commit comments

Comments
 (0)