refactor: flow typing (#1012)
* fix: padding * fix: Minor button alignment issues * feat: Add icon to invite people button * WIP
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
export default function getDataTransferFiles(event: SyntheticEvent<*>): File[] {
|
||||
export default function getDataTransferFiles(event: SyntheticEvent<>): File[] {
|
||||
let dataTransferItemsList = [];
|
||||
|
||||
// $FlowFixMe
|
||||
|
Reference in New Issue
Block a user