Skip to content

Commit

Permalink
Merge branch 'master' into consolidate-mui-steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sdess09 authored Sep 21, 2023
2 parents 2e122cd + 75819a2 commit 0406311
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,8 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
source={source}
projectId={currentProject.id}
/>
{!userHasSeenNoPorterYamlFoundModal &&
{/* todo(ianedwards): re-enable porter.yaml modal after validate/apply v2 is rolled out and proven to be stable */}
{/* {!userHasSeenNoPorterYamlFoundModal &&
!porterYamlFound &&
!isLoadingPorterYaml && (
<Controller
Expand All @@ -559,7 +560,7 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
/>
)}
/>
)}
)} */}
</>
) : (
<ImageSettings />
Expand Down

0 comments on commit 0406311

Please sign in to comment.