First commit
This commit is contained in:
19
application/user/edit/edit.user.select.row.js
Normal file
19
application/user/edit/edit.user.select.row.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
import label from '/elements/label.js';
|
||||
|
||||
import collection from "/unify/collection.js";
|
||||
|
||||
import user from "/user/user.js";
|
||||
|
||||
import option from "./edit.user.select.option.js";
|
||||
|
||||
import renderCollection from "./edit.user.select.renderCollection.js";
|
||||
|
||||
|
||||
export default class optionRow{
|
||||
|
||||
label = new label("Select user");
|
||||
|
||||
renderCollection = new renderCollection( option , new collection( user ) );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user