fix(inferium-gui): saveAllConfigs error handling

This commit is contained in:
Guillaume ARM 2024-05-24 01:40:47 +02:00
parent 61ec9d5d59
commit 2febed4d6e

View File

@ -193,7 +193,7 @@ local function saveAllConfigs(payloads)
end
if not setConfigResponse then
return 'unable to save config (check server logs)'
return false, 'unable to save config (check server logs)'
end
end