ListWorkflow: styles for list (like in twig)

This commit is contained in:
2022-01-30 13:36:37 +01:00
parent d88207132b
commit 84a76d2c76
4 changed files with 119 additions and 33 deletions

View File

@@ -7,7 +7,6 @@ const i18n = _createI18n({});
// list workflow
document.querySelectorAll('[data-list-workflows]')
.forEach(function (el) {
console.log('allowCreate', el.dataset.allowCreate);
const app = {
components: {
ListWorkflowModalVue,