Skip to content

Commit

Permalink
Merge pull request #79 from cabcookie/staging
Browse files Browse the repository at this point in the history
fix: include accounts in clarify action stage in inbox processing
  • Loading branch information
cabcookie authored May 23, 2024
2 parents f82d9a9 + 7ce137f commit de79cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/inbox/ClarifyAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ClarifyAction: FC<WorkflowStepComponentProps> = ({
{selectedProject && (
<div>
<ProjectName projectId={selectedProject} />
<ProjectDetails projectId={selectedProject} />
<ProjectDetails projectId={selectedProject} includeAccounts />
<SubmitButton onClick={() => respondProjectSelected(selectedProject)}>
Confirm Changes
</SubmitButton>
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/next.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Optimierung der Inbox (Version :VERSION)
# Optimierung des Inbox Prozesses (Version :VERSION)

Das Formular ist jetzt ganz oben auf der Seite und die aktuellsten Einträge ebenso.
In den Projektdetails wird nun auch der Account mit angezeigt. Das ist hilfreich, wenn man ein neues Projekt anlegt, da ich dann direkt auch einen Account damit verlinken kann, ohne erst das Projekt auf einer neuen Seite öffnen zu müssen.

0 comments on commit de79cb4

Please sign in to comment.