Skip to content

Commit

Permalink
WIP - more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Sep 14, 2023
1 parent dcd95fe commit 184b98d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/systemd/overview-cards/realmd.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class RealmdClient {
this.joined.push(realm);
}

console.log("XXX - realms changed");
this.dispatchEvent("changed");
}

Expand Down Expand Up @@ -264,6 +265,8 @@ const LeaveDialog = ({ realmd_client }) => {
useEvent(realmd_client, "changed");
const realm = realmd_client.joined[0];

console.log("XXX - Leave render");

const onLeave = () => {
setPending(true);
realmd_client.leave(realm)
Expand Down

0 comments on commit 184b98d

Please sign in to comment.