fix: #23 fatal error in dev icons selection

des: The default devIconOptions state should be of array type
This commit is contained in:
Rajesh-Royal 2023-01-30 20:14:41 +05:30
parent bb7910a6ba
commit e62586641c

View File

@ -25,7 +25,7 @@ const defaultSettings = {
download: "PNG", download: "PNG",
author: 'Rutik Wankhade', author: 'Rutik Wankhade',
icon: { 'label': 'react', 'value': 'react' }, icon: { 'label': 'react', 'value': 'react' },
devIconOptions: {}, devIconOptions: [],
font: 'font-Anek', font: 'font-Anek',
theme: 'background', theme: 'background',
customIcon: '', customIcon: '',