Unverified Commit 56041291 authored by Ajay Kumbhare's avatar Ajay Kumbhare Committed by GitHub

fix: empty state display issue with resourceList style Grid (#2018)

parent 04b7a26c
......@@ -286,7 +286,7 @@ const ResourcesDashboard = () => {
) : (
<div
className={
listStyle === "TABLE"
listStyle === "TABLE" || resourceList.length === 0
? "flex flex-col justify-start items-start w-full"
: "w-full h-auto grid grid-cols-2 md:grid-cols-4 md:px-6 gap-6"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment