Finish ability to add files to versions and create new versions

This commit is contained in:
Jai A
2020-10-23 13:48:42 -07:00
parent 663418e943
commit 7b4398dfee
5 changed files with 146 additions and 18 deletions

View File

@@ -54,7 +54,10 @@
</tbody>
</table>
<Popup
v-if="showPopup"
v-if="
this.$auth.loggedIn &&
members.find((x) => x.user_id === this.$auth.user.id)
"
:show-popup="showPopup"
class="create-version-popup-body"
>
@@ -441,7 +444,6 @@ input {
.popup-buttons {
margin-top: 20px;
margin-left: auto;
display: flex;
justify-content: right;
align-items: center;