update camera base URL, enhance alert context, and improve history list functionality
This commit is contained in:
@@ -5,6 +5,9 @@ type AlertHitContextValueType = {
|
||||
state: AlertState;
|
||||
action?: AlertPayload;
|
||||
dispatch: React.Dispatch<AlertPayload>;
|
||||
isLoading?: boolean;
|
||||
isError?: boolean;
|
||||
error?: Error | null;
|
||||
};
|
||||
|
||||
export const AlertHitContext = createContext<
|
||||
|
||||
Reference in New Issue
Block a user