Skip to content

Commit

Permalink
Merge pull request #3257 from Countly/fix/dashboard-dimensions-fix
Browse files Browse the repository at this point in the history
fix for default dimensions
  • Loading branch information
ar2rsawseen authored Jun 9, 2022
2 parents ad987d2 + 5b8b648 commit b3681b1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@
height: 6
};
break;
default:
dimensions = {
minWidth: 4,
minHeight: 3,
width: 4,
height: 4
};
}
return dimensions;
},
Expand Down

0 comments on commit b3681b1

Please sign in to comment.