feat: Add SMS Integration & SMS Message Form.

This commit is contained in:
elforjani13
2021-11-07 13:39:29 +02:00
parent d26ef01afc
commit 834d365a97
28 changed files with 612 additions and 155 deletions

View File

@@ -31,7 +31,7 @@ const SwitchEditableCell = ({
>
<Switch
value={value}
onChange={onChange}
// onChange={onChange}
checked={initialValue}
minimal={true}
className="ml2"