Merge pull request #2382 from OneUptime/master

Release
This commit is contained in:
Simon Larsen
2026-04-01 22:22:40 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ const RadioButtons: FunctionComponent<ComponentProps> = (
<label
key={i}
className={className}
data-testid={`card-select-option-${radioButton.value}`}
onClick={() => {
handleChange(radioButton.value);
}}

View File

@@ -60,7 +60,7 @@ EXPOSE 1444
RUN mkdir -p /usr/src
# Clone blog repo.
RUN cd /usr/src && git clone https://github.com/oneuptime/blog
RUN cd /usr/src && git clone --depth 1 https://github.com/oneuptime/blog
# Now we have the blog repo cloned to /usr/src/blog.