update: minor version of invoice component

This commit is contained in:
Marjolaine Le Bon 2021-05-12 20:16:20 +02:00
parent bdc1291e0e
commit 40f1c06f7b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if componentSet.has("events") || componentSet.has("polls") || componentSet.has("
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.10" defer)
if componentSet.has("invoices")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.2" defer)
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.3" defer)
//- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer)
if componentSet.has("jobBoard")