@samitouri / QOSami-HFS / commits / e1ce4aa6

dx: avoid warning building admin

Massimo Melina committed Jun 14, 2026 at 18:31 UTC e1ce4aa6028f77fa4a6de39a2fd3218f6c4bd295
1 file changed +1 -1
admin/src/pluginOptions.ts
+1 -1
@@ -136,7 +136,7 @@ function makeFields(config: any, values: any) {
136
137 // centralize usage of eval get a single warning at build time
138 export function evalWrapper(s: string) {
139 - return eval(s)
139 + return (0, eval)(s)
140 }
141
142 const type2comp = {