mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
🐛 fix: reconcile resource changes
This commit is contained in:
@@ -85,7 +85,8 @@ export class ServerController extends BaseController {
|
||||
oldServer.type !== newServer.type ||
|
||||
oldServer.listen_port !== newServer.listen_port ||
|
||||
oldServer.description !== newServer.description ||
|
||||
oldServer.service_type !== newServer.service_type;
|
||||
oldServer.service_type !== newServer.service_type ||
|
||||
oldServer.memory !== newServer.memory;
|
||||
|
||||
if (basicPropsChanged) return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user