Skip to content

Commit

Permalink
🚸 (elevenlabs) Add set variable indication
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 8, 2024
1 parent 5f2ed4b commit d91e212
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export const convertTextToSpeech = createAction({
inputType: 'variableDropdown',
}),
}),
getSetVariableIds: ({ saveUrlInVariableId }) =>
saveUrlInVariableId ? [saveUrlInVariableId] : [],
fetchers: [
{
id: 'fetchVoices',
Expand Down

0 comments on commit d91e212

Please sign in to comment.