You've already forked AstralRinth
forked from didirus/AstralRinth
Finish ability to add files to versions and create new versions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user