Skip to content

Commit

Permalink
Refactor Edit.astro to remove unused function categoryAndTagsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 26, 2024
1 parent 395eb4e commit b76c209
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ const parentFolderOptions = [{ label: 'None', value: 'null' }];
const selectedOption = options.find((option) => option.value === value);
return selectedOption.value;
}

function categoryAndTagsOptions(option) {
if (option.length === 0) {
return 'None';
}
}

// get the page data

Expand Down

0 comments on commit b76c209

Please sign in to comment.