Skip to content

Commit

Permalink
refactor: ♻️ set fair items to false in zenodo page
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Oct 10, 2024
1 parent 69eda18 commit 5aafd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/pages/dashboard/[owner]/[repo]/release/zenodo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const devMode = process.env.NODE_ENV === "development";
const zenodoLoginUrl = ref("");
const haveValidZenodoToken = ref(false);
const licenseChecked = ref(true);
const metadataChecked = ref(true);
const licenseChecked = ref(false);
const metadataChecked = ref(false);
const license = ref({
id: "x",
identifier: "x",
Expand Down

0 comments on commit 5aafd9a

Please sign in to comment.