mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
update deploy dialog to not show dropdown when there aren't any data sources (#10404)
This commit is contained in:
@@ -38,6 +38,7 @@ export const dataSourceRadioButtonLabel = localize('dataSourceRadioButtonLabel',
|
||||
export const connectionRadioButtonLabel = localize('connectionRadioButtonLabel', "Connections");
|
||||
export const selectConnectionRadioButtonsTitle = localize('selectconnectionRadioButtonsTitle', "Specify connection from:");
|
||||
export const dataSourceDropdownTitle = localize('dataSourceDropdownTitle', "Data source");
|
||||
export const noDataSourcesText = localize('noDataSourcesText', "No data sources in this project");
|
||||
|
||||
// Error messages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user