settings: Expose update function from settings_list_widget.

This commit is contained in:
Rohitt Vashishtha
2020-04-30 19:57:42 +05:30
committed by Tim Abbott
parent b066ba1ff3
commit 6baf95d88a

View File

@@ -116,6 +116,7 @@ const DropdownListWidget = function (opts) {
return { return {
render, render,
value, value,
update,
}; };
}; };