Debounce filter value updates
This commit is contained in:
@@ -186,6 +186,7 @@ export const externalApiRouter = createTRPCRouter({
|
||||
]);
|
||||
|
||||
const tagsToCreate = Object.entries(input.tags ?? {}).map(([name, value]) => ({
|
||||
projectId: key.projectId,
|
||||
loggedCallId: newLoggedCallId,
|
||||
// sanitize tags
|
||||
name: name.replaceAll(/[^a-zA-Z0-9_]/g, "_"),
|
||||
|
||||
Reference in New Issue
Block a user