mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 09:06:19 +08:00
chore: bump toolchain & fix lint
This commit is contained in:
@@ -20,8 +20,10 @@ import { AffineShapeIcon } from '..';
|
||||
import { SelectorLayout } from '../selector/selector-layout';
|
||||
import * as styles from './select-page.css';
|
||||
|
||||
const EMPTY_INIT: string[] = [];
|
||||
|
||||
export const SelectPage = memo(function SelectPage({
|
||||
init = [],
|
||||
init = EMPTY_INIT,
|
||||
onConfirm,
|
||||
onCancel,
|
||||
onChange: propsOnChange,
|
||||
|
||||
Reference in New Issue
Block a user