We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UIWindowConfirmUserDeletion
1 parent f18e349 commit 357cb8bCopy full SHA for 357cb8b
src/gui/src/UI/Dashboard/TabAccount.js
@@ -159,13 +159,7 @@ const TabAccount = {
159
});
160
161
$el_window.find('.dashboard-section-account .delete-account').on('click', function (e) {
162
- UIWindowConfirmUserDeletion({
163
- window_options: {
164
- parent_uuid: $el_window.attr('data-element_uuid'),
165
- disable_parent_window: true,
166
- parent_center: true,
167
- },
168
- });
+ UIWindowConfirmUserDeletion();
169
170
$el_window.find('.dashboard-section-account .change-profile-picture').on('click', async function (e) {
171
// open dialog
0 commit comments