Skip to content
Snippets Groups Projects
Unverified Commit e58a6593 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent 62132570
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ export default function<T extends object>(data: {
this.bakeProps();
(this as any).api('i/update_widget', {
this.$root.api('i/update_widget', {
id: this.id,
data: this.props
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment