seongjinyoon commented on code in PR #3726:
URL: https://github.com/apache/texera/pull/3726#discussion_r2335730458
##########
core/gui/src/app/workspace/component/result-exportation/result-exportation.component.html:
##########
@@ -89,34 +89,50 @@
</nz-row>
</form>
</div>
- <input
- *ngIf="destination === 'dataset'"
- [(ngModel)]="inputDatasetName"
- (input)="onUserInputDatasetName($event)"
- type="text"
- nz-input
- name="datasetName"
- placeholder="Search for dataset by name..."
- [nzAutocomplete]="auto" />
- <nz-autocomplete #auto>
- <nz-auto-option
- *ngFor="let dataset of filteredUserAccessibleDatasets"
- [nzLabel]="dataset.dataset.name">
- <div class="auto-option-content">
- <div
class="dataset-id-container">{{dataset.dataset.did?.toString()}}</div>
+ <div
+ class="input-wrapper"
Review Comment:
Without it, the modal looks like this
<img width="1154" height="776" alt="Screenshot 2025-09-09 at 11 48 40 PM"
src="https://github.com/user-attachments/assets/e8bd3538-edc7-435d-b516-776252525e7c"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]