mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
Fix comparison in new GenerateButton
This commit is contained in:
@@ -107,7 +107,7 @@ const onObjectNewStatusCallback = async function (): Promise<void> {
|
|||||||
exportGeneration.value?.id,
|
exportGeneration.value?.id,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (newExportGeneration.status !== exportGeneration.value) {
|
if (newExportGeneration.status !== exportGeneration.value.status) {
|
||||||
if (newExportGeneration.status === "ready") {
|
if (newExportGeneration.status === "ready") {
|
||||||
onExportGenerationSuccess();
|
onExportGenerationSuccess();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user