Rebrand to Card Forge
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
console.log('Selected sheet on mount:', $selectedSheet);
|
||||
|
||||
// Check if we already have saved mapping data
|
||||
const recentSheetsData = localStorage.getItem('esn-recent-sheets');
|
||||
const recentSheetsData = localStorage.getItem('recent-sheets');
|
||||
|
||||
if (recentSheetsData) {
|
||||
try {
|
||||
@@ -321,7 +321,7 @@
|
||||
}
|
||||
|
||||
try {
|
||||
const recentSheetsKey = 'esn-recent-sheets';
|
||||
const recentSheetsKey = 'recent-sheets';
|
||||
const existingData = localStorage.getItem(recentSheetsKey);
|
||||
|
||||
if (existingData) {
|
||||
@@ -392,7 +392,7 @@
|
||||
|
||||
// Save column mapping to localStorage for the selected sheet
|
||||
try {
|
||||
const recentSheetsKey = 'esn-recent-sheets';
|
||||
const recentSheetsKey = 'recent-sheets';
|
||||
const existingData = localStorage.getItem(recentSheetsKey);
|
||||
let recentSheets = existingData ? JSON.parse(existingData) : [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user