mirror of
https://github.com/n8n-io/n8n.git
synced 2025-11-20 17:46:34 +00:00
Add todo
This commit is contained in:
parent
5fa4ca3285
commit
6a1f208034
@ -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');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user