Skip to content

Commit

Permalink
minor change(frontend)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Oct 7, 2024
1 parent 9262d7d commit c1aa74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/components/AppSelector/AppSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const AppSelector: React.FC = () => {
</Modal>

<MaxAppModal
open={true}
open={isMaxAppModalOpen}
onCancel={() => {
setIsMaxAppModalOpen(false)
}}
Expand Down

0 comments on commit c1aa74d

Please sign in to comment.