Skip to content

Commit

Permalink
delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Dec 19, 2024
1 parent e20bfb1 commit 6402f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app/src/pages/app/list/components/CreateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const CreateModal = ({
const { data: templateList = [] } = useRequest2(getTemplateMarketItemList, {
manual: false
});
console.log('templateList', templateList);

const filterTemplates = useMemo(() => {
if (templateList.every((item) => item.isQuickTemplate === undefined)) {
return templateList.filter((item) => item.type === type).slice(0, 3);
Expand Down

0 comments on commit 6402f49

Please sign in to comment.