fix rendering/calculation of maxProjectsPerRow in homepage (#872)
This commit is contained in:
parent
b8b1668fee
commit
6152eeefe3
@ -203,8 +203,8 @@ const handleOptionsClick = async (args) => {
|
||||
}
|
||||
}
|
||||
|
||||
const maxInstancesPerRow = ref(0)
|
||||
const maxProjectsPerRow = ref(0)
|
||||
const maxInstancesPerRow = ref(1)
|
||||
const maxProjectsPerRow = ref(1)
|
||||
|
||||
const calculateCardsPerRow = () => {
|
||||
// Calculate how many cards fit in one row
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user