Skip to content

Commit

Permalink
Merge pull request #1317 from culturecreates/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sahalali authored Sep 11, 2024
2 parents 64ce150 + 95d431b commit 57d75c9
Show file tree
Hide file tree
Showing 78 changed files with 5,004 additions and 5,933 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ function CalendarAccordion(props) {
}
name={people?.name}
description={people?.description}
calendarContentLanguage={calendarContentLanguage}
bordered
closable={readOnly ? false : true}
itemWidth="100%"
Expand Down
98 changes: 0 additions & 98 deletions src/components/BilingualInput/BilingualInput.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/BilingualInput/index.js

This file was deleted.

157 changes: 0 additions & 157 deletions src/components/BilingualTextEditor/BilingualTextEditor.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/BilingualTextEditor/index.js

This file was deleted.

6 changes: 2 additions & 4 deletions src/components/Card/MandatoryField/MandatoryField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ function MandatoryField(props) {
<AddField
key={index}
label={bilingual({
en: field?.label?.en,
fr: field?.label?.fr,
data: field?.label,
interfaceLanguage: user?.interfaceLanguage?.toLowerCase(),
})}
disabled={field?.preFilled}
Expand All @@ -103,8 +102,7 @@ function MandatoryField(props) {
<AddField
key={index}
label={bilingual({
en: field?.label?.en,
fr: field?.label?.fr,
data: field?.label,
interfaceLanguage: user?.interfaceLanguage?.toLowerCase(),
})}
onClick={() => addToFields(field)}
Expand Down
56 changes: 0 additions & 56 deletions src/components/ContentLanguageInput/ContentLanguageInput.jsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/ContentLanguageInput/index.js

This file was deleted.

Loading

0 comments on commit 57d75c9

Please sign in to comment.