Skip to content

Commit

Permalink
Merge branch 'home' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed Aug 1, 2024
2 parents db01ce4 + 5618f9f commit 3415661
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function Edit( { attributes, setAttributes } ) {

useEffect(() => {
if(noPostType) {
apiFetch({ path: `/ninja/v1/taxonomias/${postType}` })
apiFetch({ path: `/ninja/v1/taxonomias/${noPostType}` })
.then((noTaxonomies) => {
setNoTaxonomies(noTaxonomies)
})
Expand Down

0 comments on commit 3415661

Please sign in to comment.