MCPcopy Create free account
hub / github.com/TinyActive/fluxion / removeTech

Function removeTech

src/components/workspaces/ProjectDialog.tsx:150–155  ·  view source on GitHub ↗
(tech: string)

Source from the content-addressed store, hash-verified

148 };
149
150 const removeTech = (tech: string) => {
151 setFormData(prev => ({
152 ...prev,
153 technologies: prev.technologies.filter(t => t !== tech)
154 }));
155 };
156
157 const toggleWorkspace = (wsId: string) => {
158 setFormData(prev => {

Callers 1

ProjectDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected