change CLEANUP_POLICY enum value
This commit is contained in:
parent
0ead20cedf
commit
4c9df9c948
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ enum Filters {
|
|||
PARTITION_COUNT = 'partitionCount',
|
||||
REPLICATION_FACTOR = 'replicationFactor',
|
||||
INSYNC_REPLICAS = 'inSyncReplicas',
|
||||
CLEANUP_POLICY = 'Delete',
|
||||
CLEANUP_POLICY = 'cleanUpPolicy',
|
||||
}
|
||||
|
||||
const New: React.FC = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue