mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 06:19:41 +02:00
Fix graphql and other things
This commit is contained in:
@@ -105,7 +105,7 @@ function FormRow({
|
||||
onChange={(name) => onChange({ id, pair: { name, value: pairContainer.pair.value } })}
|
||||
onFocus={onFocus}
|
||||
placeholder={isLast ? 'new name' : 'name'}
|
||||
useEditor={{ useTemplating: true }}
|
||||
useEditor={{ useTemplating: true, contentType: 'text/plain' }}
|
||||
/>
|
||||
<Input
|
||||
hideLabel
|
||||
@@ -116,7 +116,7 @@ function FormRow({
|
||||
onChange={(value) => onChange({ id, pair: { name: pairContainer.pair.name, value } })}
|
||||
onFocus={onFocus}
|
||||
placeholder={isLast ? 'new value' : 'value'}
|
||||
useEditor={{ useTemplating: true }}
|
||||
useEditor={{ useTemplating: true, contentType: 'text/plain' }}
|
||||
/>
|
||||
{onDelete && (
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user