Fix global project event

This commit is contained in:
James Long 2026-04-09 14:25:25 -04:00
parent 2b0fdcc449
commit e9e8aa5c94

View file

@ -137,6 +137,7 @@ export namespace Project {
const emitUpdated = (data: Info) =>
Effect.sync(() =>
GlobalBus.emit("event", {
directory: "global",
project: data.id,
payload: { type: Event.Updated.type, properties: data },
}),