File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -332,20 +332,6 @@ function Navbar(props: Props) {
332332 >
333333 { strings . userMenuCreateEarlyActionFieldReport }
334334 </ DropdownMenuItem >
335- < DropdownMenuItem
336- type = "link"
337- to = { undefined }
338- variant = "secondary"
339- >
340- { strings . userMenuSubmitEAPActivation }
341- </ DropdownMenuItem >
342- < DropdownMenuItem
343- type = "link"
344- to = { undefined }
345- variant = "secondary"
346- >
347- { strings . userMenuSubmitEAPFinalReport }
348- </ DropdownMenuItem >
349335 < DropdownMenuItem
350336 type = "link"
351337 to = "flashUpdateFormNew"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default defineConfig(({ mode }) => {
3434 svgr ( ) ,
3535 reactSwc ( ) ,
3636 tsconfigPaths ( ) ,
37- // webfontDownload(),
37+ webfontDownload ( ) ,
3838 validateEnv ( envConfig ) ,
3939 isProd ? compression ( ) : undefined ,
4040 isProd ? visualizer ( { sourcemap : true } ) : undefined ,
You can’t perform that action at this time.
0 commit comments