File tree Expand file tree Collapse file tree 16 files changed +0
-40
lines changed
frontend/src/graphql/queries Expand file tree Collapse file tree 16 files changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ const app: IApp = {
1212 primaryColor : '000000' ,
1313 actions,
1414 description : 'Perform calculations on numbers in your data' ,
15- substepLabels : {
16- settingsStepLabel : 'Set up calculator' ,
17- } ,
1815 category : 'data' ,
1916}
2017
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ const app: IApp = {
1313 apiBaseUrl : '' ,
1414 primaryColor : '000000' ,
1515 actions,
16- substepLabels : {
17- settingsStepLabel : 'Set up formatter' ,
18- } ,
1916 category : 'data' ,
2017}
2118
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ const app: IApp = {
1717 auth,
1818 triggers,
1919 actions : [ ] ,
20- substepLabels : {
21- settingsStepLabel : 'Other settings' ,
22- } ,
2320 demoVideoDetails : {
2421 url : 'https://demo.arcade.software/6cWULLTHkTH4XsSB1rs1?embed&show_copy_link=true' ,
2522 title : 'Setting up FormSG' ,
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const action: IRawAction = {
4242 name : 'Create table row' ,
4343 key : 'createTableRow' ,
4444 description : 'Creates a new row in your Excel table' ,
45- settingsStepLabel : 'Set up row to create' ,
4645 arguments : [
4746 {
4847 key : 'fileId' ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ const action: IRawAction = {
1515 name : 'Get cell values' ,
1616 key : 'getCellValues' ,
1717 description : 'Gets cell value(s) in your Excel spreadsheet' ,
18- settingsStepLabel : 'Set up cell(s) to get' ,
1918 arguments : [
2019 {
2120 key : 'fileId' ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ const action: IRawAction = {
1919 name : 'Find table row' ,
2020 key : 'getTableRow' ,
2121 description : 'Gets a single row of data from your Excel table' ,
22- settingsStepLabel : 'Set up row to get' ,
2322 arguments : [
2423 {
2524 key : 'fileId' ,
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const action: IRawAction = {
2828 name : 'Update table row' ,
2929 key : 'updateTableRow' ,
3030 description : 'Updates a single row of data in your Excel table' ,
31- settingsStepLabel : 'Set up row to update' ,
3231 arguments : [
3332 // We're doing an update based on results of our getTableRow action, so just
3433 // re-use its arguments.
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const action: IRawAction = {
1414 name : 'Write cell values' ,
1515 key : 'writeCellValues' ,
1616 description : "Write values into your Excel worksheet's cells" ,
17- settingsStepLabel : 'Set up cell(s) to update' ,
1817 arguments : [
1918 {
2019 key : 'fileId' ,
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ const app: IApp = {
1414 apiBaseUrl : 'https://api.postman.gov.sg' ,
1515 primaryColor : '000000' ,
1616 actions,
17- substepLabels : {
18- settingsStepLabel : 'Set up email' ,
19- } ,
2017 demoVideoDetails : {
2118 url : 'https://demo.arcade.software/VppMAbGKfFXFEsKxnKiw?embed&show_copy_link=true' ,
2219 title : 'Setting up Email by Postman' ,
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ const app: IApp = {
1313 apiBaseUrl : '' ,
1414 primaryColor : '0059F7' ,
1515 triggers,
16- substepLabels : {
17- settingsStepLabel : 'Set up scheduler' ,
18- } ,
1916}
2017
2118export default app
You can’t perform that action at this time.
0 commit comments