Skip to content

Commit f349898

Browse files
authored
Merge branch 'master' into hide-whatsapp-forms-under-flag
2 parents 60036e0 + 0cb02c0 commit f349898

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glific-frontend",
3-
"version": "6.7.8",
3+
"version": "6.7.9",
44
"private": true,
55
"type": "module",
66
"license": {
@@ -21,7 +21,7 @@
2121
"@emoji-mart/react": "^1.1.1",
2222
"@emotion/react": "^11.14.0",
2323
"@emotion/styled": "^11.14.1",
24-
"@glific/flow-editor": "1.43.0-7",
24+
"@glific/flow-editor": "1.43.0-8",
2525
"@lexical/react": "^0.33.0",
2626
"@mui/icons-material": "^7.2.0",
2727
"@mui/material": "^7.2.0",

src/common/HelpData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ export const certificatesInfo: HelpDataProps = {
142142

143143
export const whatsappFormsInfo: HelpDataProps = {
144144
heading: 'An overview of all the whatsapp forms created to date',
145-
link: 'https://glific.github.io/docs/docs/Product%20Features/Custom%20Certificates',
145+
link: 'https://glific.github.io/docs/docs/Product%20Features/WhatsApp%20Forms',
146146
};

src/components/floweditor/FlowEditor.helper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const setConfig = (uuid: any, skipValidation: boolean, isReadOnly: boolea
1717
mutable: !isReadOnly,
1818
showNodeLabel: false,
1919
attachmentsEnabled: false,
20-
filters: ['whatsapp', 'classifier'],
20+
filters: ['whatsapp', 'classifier', 'start_session'],
2121
skipValidation: skipValidation,
2222

2323
excludeTypes: ['add_contact_urn', 'send_email', 'call_resthook', 'transfer_airtime', 'split_by_scheme'],

src/containers/TemplateOptions/TemplateOptions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ export const TemplateOptions = ({
358358
value={navigate_screen}
359359
renderInput={(params) => <TextField {...params} label="Screen Name" />}
360360
onChange={(event: any, newValue: any) => {
361-
console.log(newValue);
362361
onInputChange(newValue.id, row, index, 'navigate_screen');
363362
}}
364363
disabled={disabled || !form_id}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,10 @@
678678
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.10.tgz#a2a1e3812d14525f725d011a73eceb41fef5bc1c"
679679
integrity sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==
680680

681-
"@glific/flow-editor@1.43.0-7":
682-
version "1.43.0-7"
683-
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.43.0-7.tgz#864725764e89f4ab88e06f8b83a7b9de13c7317b"
684-
integrity sha512-pdb9fU4eVHK1IXeZLmUZcZnTb07ViDvdN0kDuAdFC/Nrbx1W4CzFtQ4Vve2cop79ZkYWblUCxzYz0gB39CPZcw==
681+
"@glific/flow-editor@1.43.0-8":
682+
version "1.43.0-8"
683+
resolved "https://registry.yarnpkg.com/@glific/flow-editor/-/flow-editor-1.43.0-8.tgz#5e4384210b34651c4569f3124a8ec02294788c04"
684+
integrity sha512-0Fq/WkJjRwuMdReHFeyE1RtkbSAuDZt48BR/HcTxvVvrLIbu84wshvwBFqrusm/4SY1fEpeGHVGPOXvj0dPLng==
685685
dependencies:
686686
"@nyaruka/temba-components" "0.120.4"
687687
react "^16.8.6"

0 commit comments

Comments
 (0)