remove current user method
This commit is contained in:
@@ -43,16 +43,6 @@ export class UmbModalContext {
|
||||
return this.open('umb-modal-layout-property-editor-ui-picker', { data, type: 'sidebar', size: 'small' });
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens the user settings sidebar modal
|
||||
* @public
|
||||
* @return {*} {UmbModalHandler}
|
||||
* @memberof UmbModalContext
|
||||
*/
|
||||
public userSettings(): UmbModalHandler {
|
||||
return this.open('umb-modal-layout-current-user', { type: 'sidebar', size: 'small' });
|
||||
}
|
||||
|
||||
/**
|
||||
* Opens a language picker sidebar modal
|
||||
* @public
|
||||
|
||||
Reference in New Issue
Block a user