Fix sysprompts set with commands

b01ae4e0ea4783ef13acfd1efc9f10e91752817f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/sysprompt.js+1 -1
@@ -143,7 +143,7 @@ function selectSystemPromptCallback(args, name) {
143143 foundName = result[0].item;
144144 }
145145
146146 $select.val(foundName).trigger('inputchange');
147147 !quiet && toastr.success(`System prompt "${foundName}" selected`);
148148 return foundName;
149149}