use lowercase push

This commit is contained in:
Harsh Mahajan
2025-10-22 19:10:17 +05:30
parent 5859efba63
commit 7bf20dd2e1
@@ -185,7 +185,7 @@
<Empty
type="secondary"
title={`You have no topics${
emptyTopicsExists ? ` with ${providerType.toUpperCase()} targets` : ''
emptyTopicsExists ? ` with ${providerType.toLowerCase()} targets` : ''
}`}
description={`Create a topic to see them here.`}>
<Button