mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Remove template as default value
This commit is contained in:
@@ -24,7 +24,6 @@ const dateArg: TemplateFunctionArg = {
|
|||||||
name: 'date',
|
name: 'date',
|
||||||
label: 'Timestamp',
|
label: 'Timestamp',
|
||||||
optional: true,
|
optional: true,
|
||||||
defaultValue: '${[ timestamp.iso8601() ]}',
|
|
||||||
description: 'Can be a timestamp in milliseconds, ISO string, or anything parseable by JS `new Date()`',
|
description: 'Can be a timestamp in milliseconds, ISO string, or anything parseable by JS `new Date()`',
|
||||||
placeholder: new Date().toISOString(),
|
placeholder: new Date().toISOString(),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user