Skip to content

Commit

Permalink
add code suggestions
Browse files Browse the repository at this point in the history
- Restore the CSS import comment to prevent the removal of log styles
  • Loading branch information
andre-code committed Oct 18, 2024
1 parent 07165fb commit d4de56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/features/dashboardV2/DashboardV2Sessions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import {
} from "../sessionsV2/components/SessionStatus/SessionStatus";
import { SessionList, SessionV2 } from "../sessionsV2/sessionsV2.types";

// Required for logs formatting
import "../../notebooks/Notebooks.css";

export default function DashboardV2Sessions() {
Expand Down

0 comments on commit d4de56a

Please sign in to comment.