You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug/route.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -673,7 +673,7 @@ export default function PromptDetailPage() {
673
673
labelName="Period"
674
674
hideLabel
675
675
valueClassName="text-text-bright"
676
-
shortcut={{key: "t"}}
676
+
shortcut={{key: "w"}}
677
677
/>
678
678
</div>
679
679
</div>
@@ -741,7 +741,7 @@ export default function PromptDetailPage() {
0 commit comments