Skip to content

Commit 8adc887

Browse files
authored
Fixes missing "Publish changes" button (google#2160)
1 parent 9ea4a73 commit 8adc887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/services/navigation/navigation.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export class NavigationService {
273273
return this.router.isActive(`${SURVEY_SEGMENT}/${surveyId}`, {
274274
matrixParams: 'ignored',
275275
queryParams: 'ignored',
276-
paths: 'subset',
276+
paths: 'exact',
277277
fragment: 'ignored',
278278
} as IsActiveMatchOptions);
279279
}

0 commit comments

Comments
 (0)