### Preconditions <!--- Provide a more detailed information of environment you use --> <!--- Magento version, tag, HEAD, etc., PHP & MySQL version, etc.. --> 1. Magento 2.1.0 EE 2. PHP 7.0.10 3. MySQL 5.6 ### Steps to reproduce <!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant --> 1. Create multi-stores 2. Configure different 'Allow Countries' settings for different stores (Configuration > General > Country Options) 3. Go to Admin > Customers > All Customers > Go to any customer edit page 4. In the Addresses section: You will see the different values for Country dropdown ### Expected result <!--- Tell us what should happen --> 1. Address Country drop-down in Admin should take values from 'Allow Countries' setting configured for the Default Store View(Admin) ### Actual result <!--- Tell us what happens instead --> 1. But it's picking the 'Allow Countries' from other store (the one from `select * from store_website where is_default = 1;`) <!--- (This may be platform independent comment) -->