|
@@ -163,7 +163,7 @@ const DetailModal = defineComponent({
|
|
|
showJDBCConnectParameters,
|
|
|
showPublicKey,
|
|
|
modeOptions,
|
|
|
- redShitModeOptions,
|
|
|
+ redShiftModeOptions,
|
|
|
loading,
|
|
|
saving,
|
|
|
testing,
|
|
@@ -304,7 +304,7 @@ const DetailModal = defineComponent({
|
|
|
v-model={[detailForm.mode, 'value']}
|
|
|
options={
|
|
|
detailForm.type === 'REDSHIFT'
|
|
|
- ? redShitModeOptions
|
|
|
+ ? redShiftModeOptions
|
|
|
: modeOptions
|
|
|
}
|
|
|
></NSelect>
|