fix: filtering tasks by label or member not working due to typescript
Upgrading all libraries fixed the error (ref.current is read-only)
This commit is contained in:
parent
25df251cc5
commit
ce3afec8a0
@ -52,10 +52,10 @@ export const base = {
|
|||||||
blockToolbarText: colors.white,
|
blockToolbarText: colors.white,
|
||||||
blockToolbarHoverBackground: colors.primary,
|
blockToolbarHoverBackground: colors.primary,
|
||||||
blockToolbarDivider: colors.almostWhite,
|
blockToolbarDivider: colors.almostWhite,
|
||||||
|
|
||||||
blockToolbarIcon: undefined,
|
blockToolbarIcon: undefined,
|
||||||
blockToolbarIconSelected: colors.white,
|
blockToolbarIconSelected: colors.white,
|
||||||
blockToolbarTextSelected: colors.white,
|
blockToolbarTextSelected: colors.white,
|
||||||
|
blockToolbarSelectedBackground: colors.greyMid,
|
||||||
|
|
||||||
noticeInfoBackground: '#F5BE31',
|
noticeInfoBackground: '#F5BE31',
|
||||||
noticeInfoText: colors.almostBlack,
|
noticeInfoText: colors.almostBlack,
|
||||||
|
1211
frontend/yarn.lock
1211
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user