mirror of
https://github.com/makeplane/plane.git
synced 2026-02-12 09:11:28 -06:00
[WEB-1640] fix: validating the error in estimate delete (#4853)
* fix: validating the error in estimate delete * fix: moved estimate delete to ee
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from "./estimate-list-item-buttons";
|
||||
export * from "./update";
|
||||
export * from "./points";
|
||||
|
||||
1
web/ee/components/estimates/points/delete.tsx
Normal file
1
web/ee/components/estimates/points/delete.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/points/delete";
|
||||
1
web/ee/components/estimates/points/index.ts
Normal file
1
web/ee/components/estimates/points/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./delete";
|
||||
Reference in New Issue
Block a user