Fixed save button disappearing for adding service

This commit is contained in:
CasVT
2023-01-13 21:24:57 +01:00
parent 7bf6015ba4
commit 39b5401ab7

View File

@@ -92,6 +92,6 @@
}
#services-list > tr.edit > td.action-column > button[data-type="edit"],
#services-list > tr:not(.edit) > td.action-column > button[data-type="save"] {
#services-list > tr:not(.edit):not(#add-row) > td.action-column > button[data-type="save"] {
display: none;
}