fix(inferium-gui): saveAllConfigs error handling
This commit is contained in:
parent
61ec9d5d59
commit
2febed4d6e
@ -193,7 +193,7 @@ local function saveAllConfigs(payloads)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if not setConfigResponse then
|
if not setConfigResponse then
|
||||||
return 'unable to save config (check server logs)'
|
return false, 'unable to save config (check server logs)'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user