Remove new class

This commit is contained in:
Cohee
2024-09-27 00:46:03 +03:00
parent 4167fe3d2b
commit 50fd3a2028
2 changed files with 1 additions and 3 deletions

View File

@ -534,7 +534,7 @@ async function renderDetailsContent(detailsContent) {
const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
customButtons: [{
text: 'Save and Update',
classes: ['primary'],
classes: ['popup-button-ok'],
result: POPUP_RESULT.AFFIRMATIVE,
action: () => {
saveChanges = true;