Skip to content

Commit

Permalink
Merge pull request #4843 from google/update/ud-feature-tour-version
Browse files Browse the repository at this point in the history
Update unifiedDashboard feature tour version.
  • Loading branch information
felixarntz authored Feb 14, 2022
2 parents 61d8389 + ba89494 commit b14ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/feature-tours/unified-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { isFeatureEnabled } from '../features';
const unifiedDashboard = {
slug: 'unifiedDashboard',
contexts: [ VIEW_CONTEXT_DASHBOARD ],
version: '1.50.0',
version: '1.68.0',
gaEventCategory: ( viewContext ) => `${ viewContext }_unified-dashboard`,
checkRequirements: () => isFeatureEnabled( 'unifiedDashboard' ),
steps: [
Expand Down

0 comments on commit b14ad78

Please sign in to comment.