Skip to content

Commit

Permalink
temporarily disable porter.yaml modal (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwards authored Sep 21, 2023
1 parent a92ad1f commit 75819a2
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 75819a2

Please sign in to comment.