diff options
Diffstat (limited to 'ui/routes/(swatch)/.swatch/ConversationList/+page.svelte')
| -rw-r--r-- | ui/routes/(swatch)/.swatch/ConversationList/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte index 1a56966..ef0c8a9 100644 --- a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte +++ b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte @@ -35,7 +35,7 @@ <div class="component-properties"> <label ><p>conversations (json)</p> - <textarea class="html" bind:value={conversationsInput}></textarea> + <textarea bind:value={conversationsInput}></textarea> </label> <label>active <input type="text" bind:value={active} /></label> |
