feat(TALE-30): add support for new DNS configs
This is a breaking change to support 0.23-beta2
This commit is contained in:
parent
b8999161a2
commit
5a46fd0a97
13 changed files with 98 additions and 68 deletions
|
|
@ -42,7 +42,7 @@ export default function Modal({ isEnabled, disabled }: Properties) {
|
|||
onPress={() => {
|
||||
fetcher.submit({
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
'dns_config.magic_dns': !isEnabled
|
||||
'dns.magic_dns': !isEnabled
|
||||
}, {
|
||||
method: 'PATCH',
|
||||
encType: 'application/json'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue