mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
Fixed a bug with deleting models from list in import model wizard (#12798)
This commit is contained in:
@@ -213,6 +213,7 @@ export const invalidModelImportTargetError = localize('models.invalidModelImport
|
||||
export const columnDataTypeMismatchWarning = localize('models.columnDataTypeMismatchWarning', "The data type of the source table column does not match the required input field’s type.");
|
||||
export const outputColumnDataTypeNotSupportedWarning = localize('models.outputColumnDataTypeNotSupportedWarning', "The data type of output column does not match the output field’s type.");
|
||||
export const modelNameRequiredError = localize('models.modelNameRequiredError', "Model name is required.");
|
||||
export const modelsRequiredError = localize('models.modelsRequiredError', "Please select at least one model to import.");
|
||||
export const updateModelFailedError = localize('models.updateModelFailedError', "Failed to update the model");
|
||||
export const modelSchemaIsAcceptedMessage = localize('models.modelSchemaIsAcceptedMessage', "Table meets requirements!");
|
||||
export const selectModelsTableMessage = localize('models.selectModelsTableMessage', "Select models table");
|
||||
|
||||
Reference in New Issue
Block a user