Fixed buttons wrong css class

This commit is contained in:
2025-11-02 22:24:54 +01:00
parent e50b868715
commit 956d2d17b2
2 changed files with 3 additions and 3 deletions

View File

@@ -389,7 +389,7 @@
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
</div>
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn">
<button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
@T["Add Attribute"]
</button>
</div>