Skip to content

Commit

Permalink
Merge branch 'main' into PPF-501-client-secret-visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Jul 4, 2024
2 parents ae2bd62 + 52f0600 commit 9e348d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ts/Components/ActivationRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ActivationRequest = ({ id, type }: Props) => {
);

return (
<div className="flex flex-col">
<div className="flex flex-col gap-2">
<div>
{type === IntegrationType.EntryApi && (
<Trans
Expand Down

0 comments on commit 9e348d6

Please sign in to comment.