mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
fix prompt_tags_on_reply not persisting on email inbox creation
This commit is contained in:
@@ -119,6 +119,7 @@ const submitForm = (values) => {
|
||||
name: values.name,
|
||||
from: values.from,
|
||||
channel: channelName,
|
||||
prompt_tags_on_reply: values.prompt_tags_on_reply ?? false,
|
||||
config: {
|
||||
reply_to: values.reply_to,
|
||||
enable_plus_addressing: values.enable_plus_addressing,
|
||||
|
||||
Reference in New Issue
Block a user