Web: PortalSettings: fix text reminding of unsaved changes

This commit is contained in:
Elyor Djalilov 2023-02-21 13:05:26 +05:00
parent d91cc4cc16
commit 4a1fdd0c3f

View File

@ -34,7 +34,6 @@ const MainContainer = styled.div`
.save-cancel {
padding: 0;
position: static;
display: block;
}
.login-subheader {
@ -214,6 +213,7 @@ const HistoryMainContent = (props) => {
saveButtonLabel={saveButtonLabel}
cancelButtonLabel={cancelButtonLabel}
showReminder={showReminder}
reminderTest={t("YouHaveUnsavedChanges")}
displaySettings={true}
hasScroll={false}
isDisabled={isSettingNotPaid}