Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scespinoza committed Mar 2, 2023
1 parent 2b957b3 commit 974cdbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/next/cms/components/sections/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from "next/link.js";
import React, {useState, useRef, useContext} from "react";
import {nest} from "d3-collection";

import CustomSections from "CustomSections";
// import CustomSections from "CustomSections";
import {
Text, Flex, Anchor, Button
} from "@mantine/core";
Expand Down Expand Up @@ -39,7 +39,7 @@ import ProfileContext from "../ProfileContext";


const sectionTypes = {
Default, Grouping, SubGrouping, MultiColumn, SingleColumn, Tabs, ...CustomSections
Default, Grouping, SubGrouping, MultiColumn, SingleColumn, Tabs // ...CustomSections
};

function Section({
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datawheel/canon-next",
"version": "0.1.5",
"version": "0.1.6",
"description": "Nextjs components for sites migrating away from canon-core.",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 974cdbe

Please sign in to comment.