Skip to content

Commit fc4fa45

Browse files
committed
remove extra crumbs
1 parent e4283a2 commit fc4fa45

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

app/pages/project/instances/InstancePage.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import { MoreActionsMenu } from '~/components/MoreActionsMenu'
3636
import { RefreshButton } from '~/components/RefreshButton'
3737
import { RouteTabs, Tab } from '~/components/RouteTabs'
3838
import { InstanceStateBadge } from '~/components/StateBadge'
39-
import { makeCrumb } from '~/hooks/use-crumbs'
4039
import {
4140
getInstanceSelector,
4241
useInstanceSelector,
@@ -121,11 +120,6 @@ const PollingSpinner = () => (
121120
</Tooltip>
122121
)
123122

124-
export const handle = makeCrumb(
125-
(p) => p.instance!,
126-
(p) => pb.instance(getInstanceSelector(p))
127-
)
128-
129123
export default function InstancePage() {
130124
const instanceSelector = useInstanceSelector()
131125
const [resizeInstance, setResizeInstance] = useState(false)

app/pages/project/vpcs/VpcFirewallRulesTab.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import {
1919
} from '@oxide/api'
2020

2121
import { ListPlusCell } from '~/components/ListPlusCell'
22-
import { titleCrumb } from '~/hooks/use-crumbs'
2322
import { getVpcSelector, useVpcSelector } from '~/hooks/use-params'
2423
import { confirmDelete } from '~/stores/confirm-delete'
2524
import { EnabledCell } from '~/table/cells/EnabledCell'
@@ -101,8 +100,6 @@ const staticColumns = [
101100

102101
const rulesView = (query: PP.Vpc) => apiq('vpcFirewallRulesView', { query })
103102

104-
export const handle = titleCrumb('Firewall Rules')
105-
106103
export async function clientLoader({ params }: LoaderFunctionArgs) {
107104
const { project, vpc } = getVpcSelector(params)
108105
await queryClient.prefetchQuery(rulesView({ project, vpc }))

0 commit comments

Comments
 (0)