mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
refactor: use UUID for envelope id to prevent accidental deletion
This commit is contained in:
@@ -22,7 +22,7 @@ import { useMutation, useQueryClient } from '@tanstack/react-query';
|
||||
import { toast } from './use-toast';
|
||||
|
||||
export interface UpdateTagsParams {
|
||||
updates: Record<number, number[]>;
|
||||
updates: Record<number, string[]>;
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user