mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 17:16:01 +00:00
sqlgen
This commit is contained in:
@@ -53,10 +53,12 @@
|
||||
);
|
||||
|
||||
async function generatePreview(options, objects) {
|
||||
busy = true;
|
||||
const response = await axiosInstance.post('sqlgen/preview', { conid, database, objects, options });
|
||||
if (_.isString(response.data)) {
|
||||
sqlPreview = response.data;
|
||||
}
|
||||
busy = false;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user