mirror of
https://github.com/harness/drone.git
synced 2025-05-10 15:32:51 +08:00
fix: [code-411]: fix comment
This commit is contained in:
parent
ae38a54f9b
commit
4442454940
@ -25,12 +25,7 @@ export function RepositoryTagsContent({ repoMetadata }: Pick<GitInfoProps, 'repo
|
|||||||
const { routes } = useAppContext()
|
const { routes } = useAppContext()
|
||||||
const history = useHistory()
|
const history = useHistory()
|
||||||
const [searchTerm, setSearchTerm] = useState('')
|
const [searchTerm, setSearchTerm] = useState('')
|
||||||
const onSuccess = ()=>{
|
const openModal = useCreateTagModal({ repoMetadata, onSuccess:()=>{refetch()},showSuccessMessage:true })
|
||||||
refetch()
|
|
||||||
}
|
|
||||||
|
|
||||||
const openModal = useCreateTagModal({ repoMetadata, onSuccess,showSuccessMessage:true })
|
|
||||||
|
|
||||||
const { updateQueryParams } = useUpdateQueryParams()
|
const { updateQueryParams } = useUpdateQueryParams()
|
||||||
|
|
||||||
const pageBrowser = useQueryParams<PageBrowserProps>()
|
const pageBrowser = useQueryParams<PageBrowserProps>()
|
||||||
|
Loading…
Reference in New Issue
Block a user