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