Skip to content

Commit

Permalink
Merge pull request #12635 from woocommerce/task/google-card-default-v…
Browse files Browse the repository at this point in the history
…isibility

Google for WooCommerce: Add Google Ads into "shown by default" cards list if available.
  • Loading branch information
JorgeMucientes authored Sep 19, 2024
2 parents cd298ee + 18cd63c commit 39e1aea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class DashboardDataStore @Inject constructor(
this == DashboardWidget.Type.STATS ||
this == DashboardWidget.Type.POPULAR_PRODUCTS ||
this == DashboardWidget.Type.ONBOARDING ||
this == DashboardWidget.Type.BLAZE
this == DashboardWidget.Type.BLAZE ||
this == DashboardWidget.Type.GOOGLE_ADS

return DashboardWidget.Type.supportedWidgets.map {
DashboardWidgetDataModel.newBuilder()
Expand Down

0 comments on commit 39e1aea

Please sign in to comment.