Return empty string instead of undefined from getFileName on not-found
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -78,6 +78,7 @@ export const useCompareStore = defineStore("compareStore", {
|
||||
} catch (error) {
|
||||
apiError(error, "Failed to load the Compare's file name.");
|
||||
}
|
||||
return "";
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user