Skip to content

Commit

Permalink
bug fix(frontend)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Nov 29, 2024
1 parent 5437b51 commit d20ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/pages/apps/[app_id]/overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function Overview() {
onOk={handleDeleteOk}
onCancel={() => setIsDeleteAppModalOpen(false)}
confirmLoading={isDelAppLoading}
appName={currentApp?.app_name}
appDetails={currentApp}
/>
)}

Expand Down

0 comments on commit d20ab0b

Please sign in to comment.