solving bugs reported in GH issues

This commit is contained in:
Amruth Pillai
2020-07-24 21:54:48 +05:30
parent 586f2b1eca
commit f2a0b612d0
21 changed files with 827 additions and 979 deletions

View File

@ -8,7 +8,7 @@ import { getFieldProps } from '../../utils';
import DataModal from '../DataModal';
const initialValues = {
url: 'https://',
url: '',
network: '',
username: '',
};
@ -55,7 +55,7 @@ const SocialModal = () => {
<Input
label={t('builder.social.url')}
className="col-span-2"
placeholder="https://twitter.com/KingOKings"
placeholder="https://"
{...getFieldProps(formik, schema, 'url')}
/>
</div>