Просмотр исходного кода

Remove porter yaml (#4304)

Co-authored-by: sunguroku <trevor@porter.run>
sunguroku 2 лет назад
Родитель
Сommit
9a283b0c59
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx

+ 2 - 2
dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx

@@ -636,7 +636,7 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
                               source={source}
                               projectId={currentProject.id}
                             />
-                            {!userHasSeenNoPorterYamlFoundModal &&
+                            {/* {!userHasSeenNoPorterYamlFoundModal &&
                               !porterYamlFound &&
                               !isLoadingPorterYaml && (
                                 <Controller
@@ -665,7 +665,7 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
                                     />
                                   )}
                                 />
-                              )}
+                              )} */}
                           </>
                         ) : (
                           <ImageSettings