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

@ -41,7 +41,7 @@ const SkillModal = () => {
<Input
label={t('builder.skills.level')}
placeholder="Fundamental Awareness"
placeholder="Novice"
{...getFieldProps(formik, schema, 'level')}
/>
</div>