Skip to content

Commit

Permalink
fix: plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Sep 18, 2024
1 parent 0defd3c commit 66a0238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli-app/src/app/plugins/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Button } from "@nextui-org/button"
import { Spinner } from "@nextui-org/spinner"
import { Tooltip } from "@nextui-org/tooltip"

import { PluginsContentDr } from "./content.dr"
import { PluginDr } from "./plugin.dr"

type TPlugins = RouterOutputs["plugins"]["getPlugins"]
type TPlugin = TPlugins["plugins"][number]
Expand All @@ -26,7 +26,7 @@ export default function Plugin({
}: {
plugin: TPlugin
ssrConfiguration: RouterOutputs["configuration"]["getConfiguration"]
dictionary: TDictionary<typeof PluginsContentDr>
dictionary: TDictionary<typeof PluginDr>
isLoading?: boolean
}) {
const utils = trpc.useUtils()
Expand Down

0 comments on commit 66a0238

Please sign in to comment.