diff --git a/packages/plugin-export-advanced/src/index.ts b/packages/plugin-export-advanced/src/index.ts index f1765bd1f..423f17fc0 100644 --- a/packages/plugin-export-advanced/src/index.ts +++ b/packages/plugin-export-advanced/src/index.ts @@ -43,7 +43,7 @@ function getForm( form.push({ label: 'Filename', type: 'String', - defaultValue: `${collection.name} - ${new Date().toISOString().substring(0, 10)}`, + defaultValue: () => `${collection.name} - ${new Date().toISOString().substring(0, 10)}`, }); }