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