mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 21:29:05 +00:00
chore: clean up migration comments from React Query refactoring
- Remove temporary "// Use new React Query hooks" comments - Remove "// React Query hooks" comments from browse and rooms pages - Update package.json script name from codegen to openapi for consistency
This commit is contained in:
@@ -231,7 +231,6 @@ export default function TranscriptBrowser() {
|
||||
|
||||
const pageSize = 20;
|
||||
|
||||
// Use new React Query hooks
|
||||
const {
|
||||
data: searchData,
|
||||
isLoading: searchLoading,
|
||||
@@ -269,7 +268,6 @@ export default function TranscriptBrowser() {
|
||||
|
||||
const onCloseDeletion = () => setTranscriptToDeleteId(undefined);
|
||||
|
||||
// Use mutation hooks
|
||||
const deleteTranscript = useTranscriptDelete();
|
||||
const processTranscript = useTranscriptProcess();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user