|  | @@ -161,7 +161,7 @@ const ManageComponent: React.FC = () => {
 | 
											
												
													
														|  |                      filterOption={(input, option) =>
 |  |                      filterOption={(input, option) =>
 | 
											
												
													
														|  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 |  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  | -                    style={{ minWidth: 160 }}
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    style={{ minWidth: 120 }}
 | 
											
												
													
														|  |                      maxTagCount={1}
 |  |                      maxTagCount={1}
 | 
											
												
													
														|  |                      mode="multiple"
 |  |                      mode="multiple"
 | 
											
												
													
														|  |                      allowClear
 |  |                      allowClear
 | 
											
										
											
												
													
														|  | @@ -177,7 +177,7 @@ const ManageComponent: React.FC = () => {
 | 
											
												
													
														|  |                      filterOption={(input, option) =>
 |  |                      filterOption={(input, option) =>
 | 
											
												
													
														|  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 |  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  | -                    style={{ width: 120 }}
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    style={{ width: 100 }}
 | 
											
												
													
														|  |                      value={queryParams?.isDeleted}
 |  |                      value={queryParams?.isDeleted}
 | 
											
												
													
														|  |                      allowClear
 |  |                      allowClear
 | 
											
												
													
														|  |                      onChange={(e) => {
 |  |                      onChange={(e) => {
 | 
											
										
											
												
													
														|  | @@ -194,7 +194,7 @@ const ManageComponent: React.FC = () => {
 | 
											
												
													
														|  |                      filterOption={(input, option) =>
 |  |                      filterOption={(input, option) =>
 | 
											
												
													
														|  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 |  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  | -                    style={{ minWidth: 120 }}
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    style={{ minWidth: 100 }}
 | 
											
												
													
														|  |                      maxTagCount={1}
 |  |                      maxTagCount={1}
 | 
											
												
													
														|  |                      mode="multiple"
 |  |                      mode="multiple"
 | 
											
												
													
														|  |                      value={queryParams?.potentialStatus}
 |  |                      value={queryParams?.potentialStatus}
 | 
											
										
											
												
													
														|  | @@ -209,7 +209,7 @@ const ManageComponent: React.FC = () => {
 | 
											
												
													
														|  |                      filterOption={(input, option) =>
 |  |                      filterOption={(input, option) =>
 | 
											
												
													
														|  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 |  |                          ((option?.label ?? '') as any).toLowerCase().includes(input.toLowerCase())
 | 
											
												
													
														|  |                      }
 |  |                      }
 | 
											
												
													
														|  | -                    style={{ minWidth: 120 }}
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    style={{ minWidth: 100 }}
 | 
											
												
													
														|  |                      maxTagCount={1}
 |  |                      maxTagCount={1}
 | 
											
												
													
														|  |                      mode="multiple"
 |  |                      mode="multiple"
 | 
											
												
													
														|  |                      value={queryParams?.generationType}
 |  |                      value={queryParams?.generationType}
 |