Skip to content

Commit

Permalink
[BUGFIX] load default styles for markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbernalp committed Jul 18, 2024
1 parent 500e718 commit 1809152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion markdown-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perses-dev/markdown-chart",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
Expand Down
1 change: 1 addition & 0 deletions markdown-chart/src/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import DOMPurify from 'dompurify';
import { marked } from 'marked';
import { useMemo } from 'react';
import { MarkdownPanelOptions } from './model';
import './styles.css';

interface ChartProps {
definition: PanelDefinition<MarkdownPanelOptions>;
Expand Down

0 comments on commit 1809152

Please sign in to comment.