Skip to content

Commit

Permalink
chore(aurora-portal): card view default
Browse files Browse the repository at this point in the history
  • Loading branch information
barsukov committed Feb 27, 2025
1 parent 64aa5b8 commit 0fed872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/aurora-portal/src/client/Project/ProejctsOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type GetProjectState = {

export function ProjectsOverview({ client }: { client: TrpcClient["project"] }) {
const [getProjects, updateGetProjects] = useState<GetProjectState>({ isLoading: true })
const [viewMode, setViewMode] = useState<ViewMode>("list")
const [viewMode, setViewMode] = useState<ViewMode>("card")

useEffect(() => {
client.list
Expand Down

0 comments on commit 0fed872

Please sign in to comment.