Change double quotes to single quotes

This commit is contained in:
Crow
2025-04-20 23:26:47 +01:00
parent b38673a5cd
commit 4db07402c4

View File

@@ -3373,12 +3373,12 @@ export async function getWorldEntry(name, data, entry) {
checkBoxElem.prop('checked', !!entry[fieldName]).trigger('input');
}
handleOptionalSelect("matchPersonaDescription");
handleOptionalSelect("matchCharacterDescription");
handleOptionalSelect("matchCharacterPersonality");
handleOptionalSelect("matchCharacterDepthPrompt");
handleOptionalSelect("matchScenario");
handleOptionalSelect("matchCreatorNotes");
handleOptionalSelect('matchPersonaDescription');
handleOptionalSelect('matchCharacterDescription');
handleOptionalSelect('matchCharacterPersonality');
handleOptionalSelect('matchCharacterDepthPrompt');
handleOptionalSelect('matchScenario');
handleOptionalSelect('matchCreatorNotes');
// automation id
const automationIdInput = template.find('input[name="automationId"]');