This commit is contained in:
Svetoslav Dekov 2025-11-20 16:02:16 +02:00
parent 5fa4ca3285
commit 6a1f208034
No known key found for this signature in database

View File

@ -98,6 +98,7 @@ const publishedInfoText = computed(() => {
const activeVersion = workflowsStore.workflow.activeVersion;
const authorName = activeVersion.authors.split(', ')[0];
// TODO: this should be published at rather than created at
const date = toDayMonth(activeVersion.createdAt);
const time = dateformat(activeVersion.createdAt, 'HH:MM');