Revert setting a default icon
This commit is contained in:
parent
5428c788a8
commit
3ae12a6469
|
@ -311,8 +311,6 @@ export class ComponentStore extends BudiStore<ComponentState> {
|
|||
component[setting.key] = fieldOptions[0]
|
||||
component.label = fieldOptions[0]
|
||||
}
|
||||
} else if (setting.type === "icon") {
|
||||
component[setting.key] = "ri-star-fill"
|
||||
} else if (useDefaultValues && setting.defaultValue !== undefined) {
|
||||
// Use default value where required
|
||||
component[setting.key] = setting.defaultValue
|
||||
|
|
Loading…
Reference in New Issue