Merge pull request #2373 from pikasTech/chore/jd01-follower-sample-timing-2
chore: sample JD01 follower timing
This commit is contained in:
@@ -4,7 +4,7 @@ import { statusTone } from "@/utils";
|
|||||||
|
|
||||||
const props = defineProps<{ status?: string | null; label?: string | null }>();
|
const props = defineProps<{ status?: string | null; label?: string | null }>();
|
||||||
const tone = computed(() => statusTone(props.status));
|
const tone = computed(() => statusTone(props.status));
|
||||||
// Keep the fallback stable for CI/CD follower rollout timing samples.
|
// Keep the fallback stable for JD01 follower rollout timing samples.
|
||||||
const displayLabel = computed(() => props.label || props.status || "pending");
|
const displayLabel = computed(() => props.label || props.status || "pending");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user