mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 13:36:02 +00:00
new perspective command
This commit is contained in:
@@ -101,10 +101,14 @@
|
||||
});
|
||||
|
||||
const [modelState, dispatchModel] = createUndoReducer(
|
||||
createPerspectiveConfig({
|
||||
schemaName,
|
||||
pureName,
|
||||
})
|
||||
createPerspectiveConfig(
|
||||
pureName
|
||||
? {
|
||||
schemaName,
|
||||
pureName,
|
||||
}
|
||||
: null
|
||||
)
|
||||
);
|
||||
|
||||
const cache = new PerspectiveCache();
|
||||
|
||||
Reference in New Issue
Block a user