Skip to content
Snippets Groups Projects
Commit fcb3e2e1 authored by Maz Ameli's avatar Maz Ameli Committed by Kyle Doherty
Browse files

fix col_count typo (#11750)

parent f986af7c
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ function isAutoAttached(cardPreview) {
cardPreview &&
cardPreview.pulse_card_type === "table" &&
(cardPreview.row_count > TABLE_MAX_ROWS ||
cardPreview.col_cound > TABLE_MAX_COLS)
cardPreview.col_count > TABLE_MAX_COLS)
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment