Skip to content

Commit 6db082c

Browse files
css changes for close button
1 parent cb403f8 commit 6db082c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

frontend/src/App.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
}
8787
.ndl-drawer .ndl-drawer-close-button {
8888
background-color: rgb(245 246 246 / 1);
89+
width: 40px !important;
90+
height: 40px !important;
91+
right: 10px !important;
8992
}
9093
.custombutton {
9194
display: flex;

frontend/src/components/FileTable.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ const FileTable: React.FC<FileTableProps> = ({ isExpanded, connectionStatus, set
129129
? item.status
130130
: getFileFromLocal(`${item.fileName}`) != null
131131
? item.status
132+
: item.status === 'Completed'
133+
? item.status
132134
: 'N/A',
133135
model: item?.model ?? model,
134136
id: uuidv4(),

0 commit comments

Comments
 (0)