Skip to content

Commit

Permalink
REMOVEME: break itwq
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Dec 20, 2023
1 parent f709096 commit c771314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class ApplicationDefinition extends React.Component {
/>
{ansiblePlaybook.id == '' ? (
<div style={{ paddingTop: 25 }}>
<pre>{ "Ansible Playbook can't be blank" }</pre>
<pre>{ "Ansible Playbook can be blank" }</pre>
</div>
) : (<div></div>)}

Expand Down

0 comments on commit c771314

Please sign in to comment.