Skip to content

Commit ecd1165

Browse files
committed
Hide template creation time in the dropdown list, only show date
1 parent c03b773 commit ecd1165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.test.tasks.$taskParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ function RunTemplatesPopover({
13141314
<div className="flex flex-col items-start">
13151315
<Paragraph variant="small">{template.label}</Paragraph>
13161316
<div className="flex items-center gap-2 text-xs text-text-dimmed">
1317-
<DateTime date={template.createdAt} showTooltip={false} />
1317+
<DateTime date={template.createdAt} showTooltip={false} includeTime={false} />
13181318
</div>
13191319
</div>
13201320
</button>

0 commit comments

Comments
 (0)