feat(platform): harden access scoping and delivery baseline
This commit is contained in:
@@ -103,7 +103,7 @@ export function EstimateWorkspaceDraftEditor({
|
||||
}) {
|
||||
const utils = trpc.useUtils();
|
||||
const versions = estimate.versions as EstimateVersionView[];
|
||||
const resourcesQuery = trpc.resource.list.useQuery(
|
||||
const resourcesQuery = trpc.resource.listStaff.useQuery(
|
||||
{ isActive: true, limit: 200 },
|
||||
{ staleTime: 15_000 },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user