mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Connection re-use for plugin networking and beta NTLM plugin (#295)
This commit is contained in:
@@ -187,7 +187,7 @@ function FormInputs<T extends Record<string, JsonPrimitive>>({
|
||||
summary={input.label}
|
||||
className={classNames('!mb-auto', disabled && 'opacity-disabled')}
|
||||
>
|
||||
<div className="mb-3 px-3">
|
||||
<div className="my-3">
|
||||
<FormInputs
|
||||
data={data}
|
||||
disabled={disabled}
|
||||
|
||||
@@ -34,7 +34,7 @@ export function initGlobalListeners() {
|
||||
replyId: event.id,
|
||||
pluginName: event.pluginName,
|
||||
pluginRefId: event.pluginRefId,
|
||||
windowContext: event.windowContext,
|
||||
context: event.context,
|
||||
payload: {
|
||||
type: 'prompt_text_response',
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user