fix: fixed layer history not updating for multiarch images
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
@ -33,7 +33,7 @@ function HistoryLayers(props) {
|
||||
return () => {
|
||||
abortController.abort();
|
||||
};
|
||||
}, [name]);
|
||||
}, [name, history]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user