mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 18:39:12 +00:00
Poner settings por default para la notación
This commit is contained in:
parent
2f3972a437
commit
cd0b29b948
@ -9,6 +9,7 @@ export const SettingsContext = createContext({
|
||||
autosave: true,
|
||||
panning: true,
|
||||
showCardinality: true,
|
||||
notation: "default",
|
||||
tableWidth: tableWidth,
|
||||
showDebugCoordinates: false,
|
||||
});
|
||||
@ -22,6 +23,7 @@ export default function SettingsContextProvider({ children }) {
|
||||
autosave: true,
|
||||
panning: true,
|
||||
showCardinality: true,
|
||||
notation: "default",
|
||||
tableWidth: tableWidth,
|
||||
showDebugCoordinates: false,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user