diff options
Diffstat (limited to 'apps/workflowengine/src/workflowengine.js')
-rw-r--r-- | apps/workflowengine/src/workflowengine.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/src/workflowengine.js b/apps/workflowengine/src/workflowengine.js index a3e92c2a997..f66b9e54f6b 100644 --- a/apps/workflowengine/src/workflowengine.js +++ b/apps/workflowengine/src/workflowengine.js @@ -37,8 +37,8 @@ import ShippedChecks from './components/Checks' * The component should handle the v-model directive properly, * so it needs a value property to receive data and emit an input * event once the data has changed - * @property {callable} placeholder - Return a placeholder of no custom component is used - * @property {callable} validate - validate a check if no custom component is used + * @property {Function} placeholder - Return a placeholder of no custom component is used + * @property {Function} validate - validate a check if no custom component is used */ /** |