mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
chore: add loading state for table
This commit is contained in:
+4
@@ -175,6 +175,10 @@ const TransferToLayingConfirmationModalTable = ({
|
||||
<Table<TransferToLayingConfirmationTableDataType>
|
||||
columns={confirmationTableColumns}
|
||||
data={confirmationTableData}
|
||||
isLoading={
|
||||
isLoadingTransferToLaying ||
|
||||
(!transferToLayingId && !transferToLayingForm)
|
||||
}
|
||||
withPagination={false}
|
||||
pageSize={10000}
|
||||
expanded={true}
|
||||
|
||||
Reference in New Issue
Block a user