Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jun 20, 2024
1 parent 8f6529c commit 4227e5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export function HogFunctionInputIntegrationField({

if (!integration) {
return (
<div className="text-danger">
<p>Please configure {relatedSchemaIntegration.label} first</p>
<div className="border border-dashed h-10 rounded p-2 text-muted-alt italic">
Configure {relatedSchemaIntegration.label} to continue
</div>
)
}
Expand Down

0 comments on commit 4227e5a

Please sign in to comment.