Remove template as default value

This commit is contained in:
Gregory Schier
2025-07-23 12:46:26 -07:00
parent 86a09642e7
commit 28630bbb6c

View File

@@ -24,7 +24,6 @@ const dateArg: TemplateFunctionArg = {
name: 'date',
label: 'Timestamp',
optional: true,
defaultValue: '${[ timestamp.iso8601() ]}',
description: 'Can be a timestamp in milliseconds, ISO string, or anything parseable by JS `new Date()`',
placeholder: new Date().toISOString(),
};