update action sheet
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
ironIcon: 'photo-library'
|
||||
});
|
||||
|
||||
require(['actionsheet'], function () {
|
||||
require(['actionsheet'], function (actionsheet) {
|
||||
|
||||
ActionSheetElement.show({
|
||||
actionsheet.show({
|
||||
items: menuItems,
|
||||
callback: function (id) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user