Merge remote-tracking branch 'origin/release-8.1' into release-8.6
This commit is contained in:
commit
82bef35754
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ const ThirdPartyProvider = () => {
|
||||||
return (
|
return (
|
||||||
<EditableTable
|
<EditableTable
|
||||||
name="thirdParty"
|
name="thirdParty"
|
||||||
initialValues={data?.thirdParty ?? { sms: 'twilio' }}
|
initialValues={{ sms: data.sms ?? 'twilio' }}
|
||||||
data={R.of(data || [])}
|
data={R.of({ sms: data.sms ?? 'twilio' })}
|
||||||
error={error?.message}
|
error={error?.message}
|
||||||
enableEdit
|
enableEdit
|
||||||
editWidth={174}
|
editWidth={174}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue