MCPcopy Index your code
hub / github.com/code100x/cms / removeTag

Function removeTag

src/components/NewPostDialog.tsx:101–103  ·  view source on GitHub ↗
(tag: string)

Source from the content-addressed store, hash-verified

99 };
100
101 const removeTag = (tag: string) => {
102 setTags(tags.filter((t) => t !== tag));
103 };
104
105 return (
106 <Modal ref={ref} onClose={handleOnCloseClick}>

Callers 1

NewPostDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected