likyh commented on code in PR #3792:
URL:
https://github.com/apache/incubator-devlake/pull/3792#discussion_r1043026342
##########
config-ui/src/components/table/styled.ts:
##########
@@ -16,13 +16,13 @@
*
*/
-import styled from '@emotion/styled'
+import styled from 'styled-components'
export const Container = styled.div`
position: relative;
`
-export const TableWrapper = styled.ul<{ loading?: boolean }>`
+export const TableWrapper = styled.ul<{ loading: number }>`
Review Comment:
why loading is number?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]