mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix comparison in new GenerateButton
This commit is contained in:
parent
4129283a58
commit
5e2d960a19
@ -107,7 +107,7 @@ const onObjectNewStatusCallback = async function (): Promise<void> {
|
||||
exportGeneration.value?.id,
|
||||
);
|
||||
|
||||
if (newExportGeneration.status !== exportGeneration.value) {
|
||||
if (newExportGeneration.status !== exportGeneration.value.status) {
|
||||
if (newExportGeneration.status === "ready") {
|
||||
onExportGenerationSuccess();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user