[WEB-3998] fix: minor empty states changes + refactoring (#7151)
This commit is contained in:
parent
0568b8d583
commit
16d63abcdc
15 changed files with 46 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { IWorkspace } from "@plane/types";
|
||||
|
||||
type TProps = {
|
||||
workspace: IWorkspace;
|
||||
workspace?: IWorkspace;
|
||||
};
|
||||
|
||||
export const SubscriptionPill = (props: TProps) => <></>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue