mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 10:35:57 +08:00
Merge pull request #1177 from palash-signoz/set-retention
fix: set retention query is fixed
This commit is contained in:
commit
914be6e4cf
@ -11,7 +11,7 @@ const setRetention = async (
|
||||
const response = await axios.post<PayloadProps>(
|
||||
`/settings/ttl?duration=${props.totalDuration}&type=${props.type}${
|
||||
props.coldStorage
|
||||
? `&coldStorage=${props.coldStorage};toColdDuration=${props.toColdDuration}`
|
||||
? `&coldStorage=${props.coldStorage}&toColdDuration=${props.toColdDuration}`
|
||||
: ''
|
||||
}`,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user