[WEB-3088] fix: home edits (#6357)
* fix: added delete sticky confirmation modal * fix: prevented quick links reordering * fix: quick links css * fix: minor css * fix: empty states * Filter quick_tutorial and new_at_plane * fix: stickies search backend change * fix: stickies editor enhanced * fix: sticky delete function --------- Co-authored-by: gakshita <akshitagoyal1516@gmail.com>
This commit is contained in:
parent
5d8f66ae22
commit
d96ab2e7af
17 changed files with 303 additions and 173 deletions
|
|
@ -29,7 +29,7 @@ interface StickyEditorWrapperProps
|
|||
uploadFile: (file: File) => Promise<string>;
|
||||
parentClassName?: string;
|
||||
handleColorChange: (data: Partial<TSticky>) => Promise<void>;
|
||||
handleDelete: () => Promise<void>;
|
||||
handleDelete: () => void;
|
||||
}
|
||||
|
||||
export const StickyEditor = React.forwardRef<EditorRefApi, StickyEditorWrapperProps>((props, ref) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue