We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839a4f3 commit 44082e8Copy full SHA for 44082e8
packages/plugin-export-advanced/src/index.ts
@@ -43,7 +43,7 @@ function getForm(
43
form.push({
44
label: 'Filename',
45
type: 'String',
46
- defaultValue: `${collection.name} - ${new Date().toISOString().substring(0, 10)}`,
+ defaultValue: () => `${collection.name} - ${new Date().toISOString().substring(0, 10)}`,
47
});
48
}
49
0 commit comments