Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk committed Apr 24, 2024
1 parent 748c9d2 commit 9edd5ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ const CreateModal = (props: {
{
page: 1,
pageSize: 3,
keyword: localStorage.getItem("templateid") || "",
keyword: localStorage.getItem("templateId") || "",
type: "default",
asc: 1,
sort: null,
},
{
enabled: !!localStorage.getItem("templateid") && !isEdit,
enabled: !!localStorage.getItem("templateId") && !isEdit,
},
);

Expand Down

0 comments on commit 9edd5ba

Please sign in to comment.