Move Google Task title to top level (#718)

This commit is contained in:
Shraddha Shaligram
2020-07-05 02:33:05 -07:00
committed by GitHub
parent fe56c8778d
commit 9c58ca8f77
2 changed files with 10 additions and 13 deletions

View File

@@ -70,6 +70,13 @@ export const taskFields = [
},
default: '',
},
{
displayName: 'Title',
name: 'title',
type: 'string',
default: '',
description: 'Title of the task.',
},
{
displayName: 'Additional Fields',
name: 'additionalFields',
@@ -146,13 +153,7 @@ export const taskFields = [
default: '',
description: 'Current status of the task.',
},
{
displayName: 'Title',
name: 'title',
type: 'string',
default: '',
description: 'Title of the task.',
},
],
},
/* -------------------------------------------------------------------------- */