-
{{ configKey }}
+
{{ name }}
{{ configInfo[configKey] || '(no help message available)' }}
@@ -363,10 +358,10 @@
{ props: ["source"] }
);
- // inout field to be used by settings modal
+ // input field to be used by settings modal
const SettingsModalShortInput = defineComponent({
template: document.getElementById('settings-modal-short-input').innerHTML,
- props: ['configKey', 'configDefault', 'configInfo', 'modelValue'],
+ props: ['name', 'configKey', 'configDefault', 'configInfo', 'modelValue'],
});
// coversations is stored in localStorage