Skip to content

Commit

Permalink
fix: update backup file name for incompatible profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Dec 25, 2024
1 parent ef23fea commit 5cc167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/stores/profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const useProfilesStore = defineStore('profiles', () => {

if (profilesCount !== profiles.value.length) {
const { alert } = useAlert()
Writefile('data/.cache/profiles-backup.yaml', stringify(filteredProfiles))
Writefile('data/.cache/profiles-backup-new.yaml', stringify(filteredProfiles))
alert(
'Tip',
'The incompatible profiles has been saved to the file: data/.cache/profiles-backup.yaml.'
Expand Down

0 comments on commit 5cc167f

Please sign in to comment.