fix: projects editor to selected project editor, moved attributes editor
This commit is contained in:
		@@ -35,9 +35,9 @@ import ReceiptModal from "../pages/ReceiptPage/components/ReceiptEditing/modals/
 | 
			
		||||
import SelectScannedProductModal from "../pages/ReceiptPage/modals/SelectScannedProductModal.tsx";
 | 
			
		||||
import BoardModal from "../pages/CardsPage/modals/BoardModal/BoardModal.tsx";
 | 
			
		||||
import StatusModal from "../pages/CardsPage/modals/StatusModal/StatusModal.tsx";
 | 
			
		||||
import AttributeModal from "../pages/CardsPage/drawers/ProjectsEditorDrawer/tabs/AttributesTab/modals/AttributeModal.tsx";
 | 
			
		||||
import AttributeModal from "../pages/AdminPage/tabs/Attributes/modals/AttributeModal.tsx";
 | 
			
		||||
import CreateProjectModal
 | 
			
		||||
    from "../pages/CardsPage/drawers/ProjectsEditorDrawer/tabs/ProjectsTab/modals/CreateProjectModal.tsx";
 | 
			
		||||
    from "../pages/CardsPage/drawers/ProjectEditDrawer/tabs/General/modals/CreateProjectModal.tsx";
 | 
			
		||||
 | 
			
		||||
export const modals = {
 | 
			
		||||
    enterDeadline: EnterDeadlineModal,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user