Skip to content

Commit ba864e2

Browse files
Add modal header
1 parent e00b04e commit ba864e2

File tree

1 file changed

+1
-0
lines changed
  • app/javascript/components/automate-entry-points

1 file changed

+1
-0
lines changed

app/javascript/components/automate-entry-points/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const AutomateEntryPoints = ({
177177

178178
return !isLoading && (
179179
<Modal
180+
modalHeading="Select Entry Point Instance"
180181
open={showModal}
181182
primaryButtonText={__('OK')}
182183
secondaryButtonText={__('Cancel')}

0 commit comments

Comments
 (0)