Skip to content

Commit

Permalink
Remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 committed Jul 25, 2024
1 parent 333440f commit 89edb16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/fields/TextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default {
// We should have logic here to handle the store changing while editing, and decide what to do
// This would then need replicating to all other fields, potentially with different behaviours.
let fbv = fieldBaseValue(useProps)
console.log('Vals', fieldValue.value, fbv)
fieldValue.value = fbv
},
{ immediate: true }
Expand Down

0 comments on commit 89edb16

Please sign in to comment.