fix(carbone/add-template): correct typo in template

This commit is contained in:
Ali BARIN
2024-08-08 08:56:58 +00:00
parent 58cd2c522e
commit ab05048409

View File

@@ -7,7 +7,7 @@ export default defineAction({
'Creates an attachment of a specified object by given parent ID.',
arguments: [
{
label: 'Templete Data',
label: 'Template Data',
key: 'templateData',
type: 'string',
required: true,