fix: embed toggle wasn't working

This commit is contained in:
AlphaNecron 2021-09-30 11:13:21 +07:00
parent 699f4ee881
commit 76c19674a0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default function ManageAccountDialog({ onClose, open, user }) {
password: values.password.trim()
};
const edata = {
useEmbed,
useEmbed: useEmbed.toString(),
embedSiteName: values.embedSiteName,
embedColor: values.embedColor.trim(),
embedTitle: values.embedTitle,