props type console error fixed for widget
This commit is contained in:
parent
b0788c31b5
commit
601d3d42bd
@ -157,7 +157,7 @@ export default {
|
||||
description: "Widget Dashboard Id"
|
||||
},
|
||||
widget_id: {
|
||||
type: Number,
|
||||
type: [Number, String],
|
||||
default: 0,
|
||||
description: "Edit Widget ID"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user