mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: isLoading state.
This commit is contained in:
@@ -53,7 +53,7 @@ function VendorsListProvider({ tableState, tableStateChanged, ...props }) {
|
||||
|
||||
return (
|
||||
<DashboardInsider
|
||||
loading={isResourceMetaLoading || isVendorsLoading}
|
||||
loading={isVendorsViewsLoading || isResourceMetaLoading}
|
||||
name={'vendors-list'}
|
||||
>
|
||||
<VendorsListContext.Provider value={provider} {...props} />
|
||||
|
||||
Reference in New Issue
Block a user