Skip to content

Commit

Permalink
One more update to match changes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Sep 10, 2024
1 parent a34876b commit 88b5f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms/vpc-edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
import { DescriptionField } from '~/components/form/fields/DescriptionField'
import { NameField } from '~/components/form/fields/NameField'
import { SideModalForm } from '~/components/form/SideModalForm'
import { getVpcSelector, useVpcSelector } from '~/hooks'
import { getVpcSelector, useVpcSelector } from '~/hooks/use-params'
import { addToast } from '~/stores/toast'
import { pb } from '~/util/path-builder'

Expand Down

0 comments on commit 88b5f29

Please sign in to comment.