Skip to content

Commit

Permalink
fix: navlink (#772)
Browse files Browse the repository at this point in the history
Signed-off-by: Soham <4nalog@protonmail.com>
  • Loading branch information
4nalog committed May 31, 2023
1 parent 3453b3a commit 3184646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyteorg/console",
"version": "0.0.38",
"version": "0.0.37",
"description": "Flyteconsole main app module",
"main": "./dist/index.js",
"module": "./lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { NavLink, NavLinkProps, useLocation } from 'react-router-dom';
import { NavLink, useLocation } from 'react-router-dom';

interface NavLinkWithSearchProps extends NavLinkProps {
interface NavLinkWithSearchProps extends React.ComponentProps<typeof NavLink> {
preserve?: string[];
}

Expand Down

0 comments on commit 3184646

Please sign in to comment.