Skip to content

Commit

Permalink
revert back to false state
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin2go committed Oct 5, 2021
1 parent ef84220 commit c438ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ArticleCategories/ArticleCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function ArticleCategories({
similarCategories,
}) {
const classes = useStyles();
const [showAddDialog, setAddDialogShow] = useState(true);
const [showAddDialog, setAddDialogShow] = useState(false);
const { data, loading } = useQuery(CATEGORY_LIST_QUERY, {
ssr: false,
});
Expand Down

0 comments on commit c438ace

Please sign in to comment.