1) Fixed an issue where the Save button is disabled due to the existing table check in ERD.

2) Fix warnings given by webpack.
This commit is contained in:
Aditya Toshniwal
2021-01-25 19:44:24 +05:30
committed by Akshay Joshi
parent 88c0968cab
commit 3f563d8cbf
5 changed files with 16 additions and 14 deletions

View File

@@ -324,7 +324,7 @@ $schemadiff-target-row-color: #fbe3bf !default;
$schema-diff-color-fg: $input-color !default;
/* Custom controls bootstrap changes */
$custom-forms-transition: none !default;
$custom-forms-transition: none, none, none;
$custom-control-indicator-focus-border-color: $input-focus-border-color !default;
$custom-control-indicator-border-color: $input-border-color !default;

View File

@@ -176,8 +176,6 @@ $card-header-border-color: $card-header-bg;
$card-border-color: transparent;
$card-bg: $color-gray;
$custom-forms-transition: none;
$custom-control-indicator-focus-border-color: #FFFFFF !important;
$custom-control-indicator-border-color: $color-gray-lighter;