feat: Add save functionality to BillingManager component with loading state management
This commit is contained in:
@@ -484,6 +484,8 @@ function BillingManager() {
|
|||||||
disableRefresh={loading}
|
disableRefresh={loading}
|
||||||
onExport={exportData}
|
onExport={exportData}
|
||||||
disableExport={loading}
|
disableExport={loading}
|
||||||
|
onSave={handleSaveChanges}
|
||||||
|
disableSave={loading}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user