🚸 (bot) Update reply if we get new format from backend
This commit is contained in:
5
packages/embeds/js/src/utils/formattedMessagesSignal.ts
Normal file
5
packages/embeds/js/src/utils/formattedMessagesSignal.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createSignal } from 'solid-js'
|
||||
|
||||
export const [formattedMessages, setFormattedMessages] = createSignal<
|
||||
{ inputId: string; formattedMessage: string }[]
|
||||
>([])
|
||||
Reference in New Issue
Block a user