Skip to content

Commit

Permalink
fix(dashboard-tile): needed Entity Link css (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu authored Mar 20, 2024
1 parent b2c7535 commit 4cd2f25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { TopNTable } from '@kong-ui-public/analytics-chart'
import type { TopNTableRecord } from '@kong-ui-public/analytics-chart'
import QueryDataProvider from './QueryDataProvider.vue'
import { EntityLink } from '@kong-ui-public/entities-shared'
import '@kong-ui-public/entities-shared/dist/style.css'
const props = defineProps<RendererProps<TopNTableOptions>>()
Expand Down

0 comments on commit 4cd2f25

Please sign in to comment.