First commit
This commit is contained in:
13
application/user/edit/user.edit.button.js
Normal file
13
application/user/edit/user.edit.button.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import button from '/elements/button.js';
|
||||
|
||||
export default class userEditButton extends button {
|
||||
|
||||
label = "Save";
|
||||
|
||||
async click( event, object ){
|
||||
|
||||
await this.parent.parent.save();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user