🚸 (elevenlabs) Add set variable indication
This commit is contained in:
@ -32,6 +32,8 @@ export const convertTextToSpeech = createAction({
|
|||||||
inputType: 'variableDropdown',
|
inputType: 'variableDropdown',
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
getSetVariableIds: ({ saveUrlInVariableId }) =>
|
||||||
|
saveUrlInVariableId ? [saveUrlInVariableId] : [],
|
||||||
fetchers: [
|
fetchers: [
|
||||||
{
|
{
|
||||||
id: 'fetchVoices',
|
id: 'fetchVoices',
|
||||||
|
Reference in New Issue
Block a user