fix some lint warning message
This commit is contained in:
parent
2bdb8c6fcc
commit
b8c634eac0
5 changed files with 6 additions and 8 deletions
|
|
@ -430,7 +430,7 @@ const AwsRow = ({ compose, composeStatus, rowIndex }: AwsRowPropTypes) => {
|
|||
|
||||
type RowPropTypes = {
|
||||
compose: ComposesResponseItem;
|
||||
rowIndex: any;
|
||||
rowIndex: number;
|
||||
status: JSX.Element;
|
||||
target?: JSX.Element;
|
||||
actions?: JSX.Element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue