Nearly able to create invoices manually

This commit is contained in:
2024-03-24 22:07:17 -07:00
parent ede4d756af
commit 1ac90804b8
6 changed files with 82 additions and 106 deletions

View File

@@ -14,7 +14,6 @@ document.addEventListener('alpine:init', () => {
effect(() => {
dependent_properties(props => {
console.log("CHANGED PROPS", expression, props)
el.dispatchEvent(
new CustomEvent(value, {
props,

File diff suppressed because one or more lines are too long