Update civitaiHelperFix.ts

pull/451/head
Array-Cats 2023-11-06 20:01:35 +08:00
parent 2519988038
commit eb08e7153e
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ const updateCardForCivitai = () => {
addTriggerWordsNode.title = 'Add trigger words to prompt';
addTriggerWordsNode.setAttribute(
'onclick',
`add_trigger_words(event, '${modelType}', ', ${searchTerm}')`,
`add_trigger_words(event, '${modelType}', '${searchTerm}')`,
);
const usePreviewPromptNode = document.createElement('a');