fix: hide collab button when onCollabButtonClick not supplied (#2598)
This commit is contained in:
@ -310,8 +310,6 @@ export const isTransparent = (color: string) => {
|
||||
);
|
||||
};
|
||||
|
||||
export const noop = () => ({});
|
||||
|
||||
export type ResolvablePromise<T> = Promise<T> & {
|
||||
resolve: [T] extends [undefined] ? (value?: T) => void : (value: T) => void;
|
||||
reject: (error: Error) => void;
|
||||
|
Reference in New Issue
Block a user