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