fix: [code-411]: fix comment

This commit is contained in:
calvin 2023-05-31 15:52:29 -06:00
parent ae38a54f9b
commit 4442454940

View File

@ -25,12 +25,7 @@ export function RepositoryTagsContent({ repoMetadata }: Pick<GitInfoProps, 'repo
const { routes } = useAppContext()
const history = useHistory()
const [searchTerm, setSearchTerm] = useState('')
const onSuccess = ()=>{
refetch()
}
const openModal = useCreateTagModal({ repoMetadata, onSuccess,showSuccessMessage:true })
const openModal = useCreateTagModal({ repoMetadata, onSuccess:()=>{refetch()},showSuccessMessage:true })
const { updateQueryParams } = useUpdateQueryParams()
const pageBrowser = useQueryParams<PageBrowserProps>()