chore: set project id from the outside

This commit is contained in:
kolaente 2023-04-10 20:49:39 +02:00
parent 27b6cf36e1
commit 79b8725138
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
:is-loading="projectUpdating[project.id]"
:can-collapse="canCollapse"
:level="level"
:data-project-id="project.id"
/>
</template>
</draggable>

View File

@ -2,7 +2,6 @@
<li
class="list-menu loader-container is-loading-small"
:class="{'is-loading': isLoading}"
:data-project-id="project.id"
>
<div>
<BaseButton