We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0da5e9 commit d7c1b42Copy full SHA for d7c1b42
packages/web/app/src/pages/target-apps.tsx
@@ -258,11 +258,7 @@ function TargetAppsView(props: {
258
</div>
259
260
) : !data.data?.target?.latestSchemaVersion ? (
261
-<<<<<<< HEAD
262
<NoSchemaVersion projectType={data.data?.target?.project?.type ?? null} />
263
-=======
264
- <NoSchemaVersion projectType={data.data?.target?.project?.type} />
265
->>>>>>> b4163643d (feat: add directions for publishing on empty schema)
266
) : !data.data.target.appDeployments ? (
267
<EmptyList
268
title="Hive is waiting for your first app deployment"
0 commit comments