bugfix: set proper QuoteCard element id for new cards
This commit is contained in:
parent
35151deb76
commit
269effd8de
@ -36,7 +36,7 @@ const props = defineProps<{
|
||||
}>()
|
||||
const emit = defineEmits(['edit-end'])
|
||||
|
||||
const quoteElId = `quote-${props.quote.id}`
|
||||
const quoteElId = `quote-${props.quote.id || 'new'}`
|
||||
const isEditMode = ref(false)
|
||||
|
||||
const editQuote = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user