Skip to content

Commit

Permalink
Merge pull request #1292 from culturecreates/feature/issue-1187
Browse files Browse the repository at this point in the history
Feature/issue 1187
  • Loading branch information
SyamBabu-M authored Sep 5, 2024
2 parents 39fd239 + 570d196 commit 6f55963
Show file tree
Hide file tree
Showing 78 changed files with 4,964 additions and 5,912 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 6f55963

Please sign in to comment.