Merge remote-tracking branch 'origin/staging' into develop
Some checks failed
_STAGING / build-bundle (push) Has been cancelled
_STAGING / build-docker (push) Has been cancelled
_DEVELOP / build-bundle (push) Has been cancelled
_DEVELOP / build-docker (push) Has been cancelled
Commit Message Check / Check Commit Message (push) Has been cancelled

This commit is contained in:
Andrey Antukh
2025-11-04 12:49:57 +01:00
2 changed files with 1 additions and 1 deletions

View File

@@ -484,7 +484,6 @@
WHERE tpr1.profile_id = ?
AND tpr1.is_owner IS true
AND tpr2.can_edit IS true
AND NOT t.is_default
AND t.deleted_at IS NULL")
(sv/defmethod ::get-subscription-usage

View File

@@ -23,6 +23,7 @@
.element-set-content {
@include deprecated.flexColumn;
grid-column: span 8;
margin: deprecated.$s-4 0 deprecated.$s-8 0;
}