fix(app/web): missing warnings placeholder
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
style,
|
style,
|
||||||
fonts,
|
fonts,
|
||||||
errors: [],
|
errors: [],
|
||||||
|
warnings: [],
|
||||||
partials: new Set([...(set.config.order || "").split(",").map(x => x.trim()).filter(x => partials.includes(x)), ...partials]),
|
partials: new Set([...(set.config.order || "").split(",").map(x => x.trim()).filter(x => partials.includes(x)), ...partials]),
|
||||||
//Plural helper
|
//Plural helper
|
||||||
s(value, end = "") {
|
s(value, end = "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user