mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 13:03:35 +00:00
fix: set default value of 'enabled' to true in EmailInboxForm
This commit is contained in:
@@ -398,7 +398,7 @@ const form = useForm({
|
|||||||
initialValues: {
|
initialValues: {
|
||||||
name: '',
|
name: '',
|
||||||
from: '',
|
from: '',
|
||||||
enabled: false,
|
enabled: true,
|
||||||
csat_enabled: false,
|
csat_enabled: false,
|
||||||
imap: {
|
imap: {
|
||||||
host: 'imap.gmail.com',
|
host: 'imap.gmail.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user