Skip to content

Commit

Permalink
Fixing errbit
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Feb 1, 2024
1 parent 7024075 commit 3d70107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sources/SourceHomeChildrenList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SourceHomeChildrenList extends React.Component {
parentResource='source'
baseURL={this.getURL()}
fixedFilters={merge({isTable: true, limit: 25}, (fixedFilters || {}))}
searchInputPlaceholder={`Search ${source.name} ${resource}...`}
searchInputPlaceholder={`Search ${source?.name} ${resource}...`}
/>
)
}
Expand Down

0 comments on commit 3d70107

Please sign in to comment.