Close photo upload window, show toast when published
This commit is contained in:
@@ -551,7 +551,10 @@ export default class PlaceDetails extends Component {
|
||||
|
||||
{{#if this.isPhotoUploadModalOpen}}
|
||||
<Modal @onClose={{this.closePhotoUploadModal}}>
|
||||
<PlacePhotoUpload @place={{this.saveablePlace}} />
|
||||
<PlacePhotoUpload
|
||||
@place={{this.saveablePlace}}
|
||||
@onClose={{this.closePhotoUploadModal}}
|
||||
/>
|
||||
</Modal>
|
||||
{{/if}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user