Skip to content

Commit

Permalink
fix(options-archetypes): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed May 21, 2024
1 parent d485a85 commit b337e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/proposals/create/OptionsArchetypes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default {
label: archetype?.name,
value: { ...archetype }
}))
console.log(data.getDao)
this.tiers = data?.getDao?.salaryband?.map(level => ({
label: level?.name,
value: { ...level }
Expand Down

0 comments on commit b337e9f

Please sign in to comment.