Skip to content

Commit 85f80fa

Browse files
authored
fix(compare): render two already-populated fact rows that were missing from the table (#5425)
dataTables and richTextEditor are required fact fields, already researched and filled in for Sim and every competitor, but neither was ever added to the row list the table actually renders.
1 parent 82eb6dc commit 85f80fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/app/(landing)/comparison/comparison-sections.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export const COMPARISON_SECTIONS: ComparisonSectionDef[] = [
6767
{ key: 'versionControlDepth', label: 'Version control' },
6868
{ key: 'realtimeCollaboration', label: 'Realtime collaboration' },
6969
{ key: 'nativeFileStorage', label: 'Native file storage' },
70+
{ key: 'dataTables', label: 'Native data tables' },
71+
{ key: 'richTextEditor', label: 'Rich-text document editor' },
7072
{ key: 'subWorkflows', label: 'Sub-workflows (composition)' },
7173
],
7274
}),

0 commit comments

Comments
 (0)