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: {
|
||||
name: '',
|
||||
from: '',
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
csat_enabled: false,
|
||||
imap: {
|
||||
host: 'imap.gmail.com',
|
||||
|
||||
Reference in New Issue
Block a user