mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
implement done button
This commit is contained in:
@@ -8,11 +8,11 @@ import { shouldShowError } from "../../lib/errorUtils";
|
||||
type ErrorTranscript = {
|
||||
error: Error;
|
||||
loading: false;
|
||||
response: any;
|
||||
response: null;
|
||||
};
|
||||
|
||||
type LoadingTranscript = {
|
||||
response: any;
|
||||
response: null;
|
||||
loading: true;
|
||||
error: false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user