-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from openinfradev/bugfix-form-section
Bugfix. Trivial bugfix regarding FormSection
- Loading branch information
Showing
21 changed files
with
27 additions
and
862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export {default as TFormSection} from './TFormSection'; | ||
export {default as TFormRow} from './TFormSectionRow'; | ||
export {default as TFormItem} from './TFormSectionItem'; | ||
export {default as TFormSectionRow} from './TFormSectionRow'; | ||
export {default as TFormSectionItem} from './TFormSectionItem'; | ||
|
||
export * from './TFormSection.interface'; |
33 changes: 0 additions & 33 deletions
33
src/components/data-container/search-box/TSearchBox.interface.ts
This file was deleted.
Oops, something went wrong.
120 changes: 0 additions & 120 deletions
120
src/components/data-container/search-box/TSearchBox.tsx
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/components/data-container/search-box/TSearchBoxContext.ts
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
src/components/data-container/search-box/TSearchBoxItem.tsx
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
src/components/data-container/search-box/TSearchBoxRow.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.