custom_text_array initialize fixed. see #525
This commit is contained in:
parent
0740d94c79
commit
0ac6ae6650
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ export class mzta_Menus {
|
|||
tags_full_list: tags_full_list
|
||||
});
|
||||
|
||||
curr_prompt.custom_text_array = {};
|
||||
curr_prompt.custom_text_array = [];
|
||||
|
||||
if(placeholdersUtils.hasPlaceholder(curr_prompt.text, 'additional_text')){
|
||||
curr_prompt.custom_text_array = placeholdersUtils.getPlaceholdersAdditionalTextArray(curr_prompt.text);
|
||||
|
|
|
|||
Loading…
Reference in a new issue