Merge branch 'release/v2.6.0' of github.com:ONLYOFFICE/DocSpace-client into release/v2.6.0

This commit is contained in:
Akmal Isomadinov 2024-07-11 14:40:29 +05:00
commit a4d1915774
2 changed files with 4 additions and 1 deletions

View File

@ -70,7 +70,7 @@ const tagList = (tags, selectTag) => (
key={i}
className="property-tag"
label={tag}
onClick={() => selectTag(tag)}
onClick={() => selectTag({ label: tag })}
/>
))}
</div>

View File

@ -265,6 +265,7 @@ const BruteForceProtection = (props) => {
<FieldContainer
className="input-container"
labelVisible={true}
labelText={t("NumberOfAttempts")}
isVertical={true}
place="top"
@ -284,6 +285,7 @@ const BruteForceProtection = (props) => {
<FieldContainer
className="input-container"
labelVisible={true}
labelText={t("BlockingTime")}
isVertical={true}
place="top"
@ -303,6 +305,7 @@ const BruteForceProtection = (props) => {
<FieldContainer
className="input-container"
labelVisible={true}
labelText={t("CheckPeriod")}
isVertical={true}
place="top"