Fix badge number fails to match the number of unfinished tasks (#51063)

* Update core profiler layout options

* Add changelog

* Disable footer
This commit is contained in:
Chi-Hsuan Huang 2024-09-03 13:38:00 +08:00 committed by GitHub
parent 4680b3dcfb
commit c1f9a73af1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View File

@ -275,6 +275,13 @@ export const getPages = () => {
__( 'Profiler', 'woocommerce' ),
],
capability: 'manage_woocommerce',
layout: {
header: false,
footer: false,
showNotices: true,
showStoreAlerts: false,
showPluginArea: false,
},
} );
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix badge number fails to match the number of unfinished tasks