Commit 4da3df5
committed
fix(file-view): correct the data-table stylesheet path
data-table.tsx moved one directory deeper during the migration but kept
its './document-table.css' import. The stylesheet is shared at the
components/ level — both rich-markdown-editor importers already use
'../document-table.css' — so this was the lone stale path. TypeScript
does not resolve bare CSS imports, so only the production build caught it.1 parent c013365 commit 4da3df5
2 files changed
Lines changed: 22 additions & 22 deletions
File tree
- apps/sim
- components/resources/file-view/components/data-table
- lib/execution/sandbox/bundles
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments