chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -248,6 +248,9 @@ export function ChatPanel({ onClose }: { onClose: () => void }) {
|
||||
}
|
||||
if (scope === "resource") void utils.resource.invalidate();
|
||||
if (scope === "project") void utils.project.invalidate();
|
||||
if (scope === "country") void utils.country.invalidate();
|
||||
if (scope === "holidayCalendar") void utils.holidayCalendar.invalidate();
|
||||
if (scope === "vacation") void utils.vacation.invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user