Minor fix for data refreshes
This commit is contained in:
parent
e8aaa6d416
commit
55cda1de8c
@ -528,7 +528,7 @@ import { settings, elements, apiDelete, apiGet, apiPost, eventTitles, parseParam
|
||||
}
|
||||
|
||||
// Get plan info
|
||||
if (data.linode.type)
|
||||
if (data.linode.type && !data.plan.id)
|
||||
apiGet("/linode/types/" + data.linode.type, displayPlan, null);
|
||||
|
||||
state.linodeRefresh = false;
|
||||
|
Loading…
Reference in New Issue
Block a user