diff --git a/src/context/SettingsContext.jsx b/src/context/SettingsContext.jsx index 8107068..7f6287c 100644 --- a/src/context/SettingsContext.jsx +++ b/src/context/SettingsContext.jsx @@ -9,6 +9,7 @@ const defaultSettings = { autosave: true, panning: true, showCardinality: true, + notation: "default", tableWidth: tableWidth, showDebugCoordinates: false, };