Skip to content

Commit

Permalink
Merge pull request #613 from Agenta-AI/new-app-modal
Browse files Browse the repository at this point in the history
adjust modal title name
  • Loading branch information
aakrem authored Sep 17, 2023
2 parents 3cb222f + 37d1001 commit 1ce56cf
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 @@ -367,7 +367,7 @@ const AppSelector: React.FC = () => {
}}
/>
<Modal
title="Input app name"
title="Enter the app name"
open={isInputTemplateModalOpen}
onCancel={handleInputTemplateModalCancel}
width={500}
Expand Down

0 comments on commit 1ce56cf

Please sign in to comment.