feat(update onchange route values):
This commit is contained in:
@@ -108,7 +108,7 @@ const actions = {
|
||||
const newRoute = {
|
||||
"path": null,
|
||||
"role": null,
|
||||
id: Math.random().toString(36).slice(4),
|
||||
id: Math.floor(100000 + Math.random() * 900000),
|
||||
action: "create",
|
||||
server_id: getters.selectedSite.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user