Skip to content

Commit

Permalink
Swap endpoint name and API endpoint in DefineActionsStep.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
faltawy committed Jan 8, 2024
1 parent 1817123 commit 4e5c5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function DefineActionsStep() {
{endpoint.request_type}
</span>
<p className="flex-1 line-clamp-1 overflow-ellipsis font-medium text-xs">
{endpoint.api_endpoint || endpoint.name}
{endpoint.name || endpoint.api_endpoint}
</p>
</div>
</div>
Expand Down

0 comments on commit 4e5c5e8

Please sign in to comment.