Skip to content

Commit

Permalink
[NIFI-14239] - Address Windows build failures of the frontend (#9696)
Browse files Browse the repository at this point in the history
* [NIFI-14239] - Address Windows build failures of the frontend

* regenerate package-lock again, verified 'npm ci' ran locally afterward.

This closes #9696
  • Loading branch information
rfellows authored Feb 5, 2025
1 parent 26c98c5 commit ea29da1
Show file tree
Hide file tree
Showing 2 changed files with 2,936 additions and 2,024 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import {
} from '../state/documentation/documentation.selectors';
import { DefinitionCoordinates } from '../state';
import { navigateToOverview } from '../state/documentation/documentation.actions';
import {concatLatestFrom} from "@ngrx/operators";
import { concatLatestFrom } from '@ngrx/operators';

@Component({
selector: 'documentation',
Expand Down
Loading

0 comments on commit ea29da1

Please sign in to comment.