Merge pull request #30994 from zeshanziya/fix-clearall-deletable-issue
fix(home): Correct clearAll logic to properly handle deletable flag in CustomHomepageGrid
This commit is contained in:
@@ -37,6 +37,7 @@ const defaultConfig = [
|
||||
y: 0,
|
||||
width: 24,
|
||||
height: 2,
|
||||
deletable: false,
|
||||
},
|
||||
{
|
||||
component: 'HomePageRecentlyVisited',
|
||||
|
||||
Reference in New Issue
Block a user