style: fix prettier issues after syncing with master

This commit is contained in:
2026-04-25 20:24:17 +03:00
parent ef7402bc23
commit 7058ea9f87
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
name: Bug report
about: Report a reproducible bug in OpenFrame
title: "bug: "
title: 'bug: '
labels: [bug]
assignees: []
---
+1 -1
View File
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an improvement for OpenFrame
title: "feat: "
title: 'feat: '
labels: [enhancement]
assignees: []
---
@@ -106,10 +106,7 @@ export default async function ProjectPage({ params, searchParams }: ProjectPageP
where: { projectId: project.id },
skip,
take: pageSize,
orderBy: [
{ updatedAt: sortOrder },
{ id: sortOrder },
],
orderBy: [{ updatedAt: sortOrder }, { id: sortOrder }],
include: {
versions: {
where: { isActive: true },