fix(releases-widget): removed version regex in options overview (#3081)
This commit is contained in:
@@ -127,10 +127,6 @@ export const WidgetMultiReleasesRepositoriesInput = ({
|
|||||||
{/* eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing */}
|
{/* eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing */}
|
||||||
{repository.name || repository.identifier}
|
{repository.name || repository.identifier}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Text c="dimmed" size="xs" ta="end" style={{ flex: 1, whiteSpace: "nowrap" }}>
|
|
||||||
{formatVersionFilterRegex(repository.versionFilter) ?? ""}
|
|
||||||
</Text>
|
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user