mirror of
https://github.com/harness/drone.git
synced 2025-05-09 18:30: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 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>()
|
||||
|
Loading…
Reference in New Issue
Block a user