Compare commits

..

No commits in common. "108b8fe3f89f7f4cff08628bf1177976c4842c1b" and "11072e5fc83dae49c0947cf046d5572372c8f42c" have entirely different histories.

View file

@ -528,7 +528,7 @@ export default {
})
}
[...componentsMap.values()].forEach(({ name }) => {
componentsMap.values().forEach(({ name }) => {
convert(name, allEditedRules.value[name])
})