Skip to content

Commit

Permalink
remove unneeded type prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudHamdy02 committed Jul 20, 2023
1 parent 2b9e900 commit 86ab6ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lib/cockpit-components-file-autocomplete.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class FileAutoComplete extends React.Component {
displayFiles: [],
isOpen: false,
value: this.props.value || null,
type: this.props.type
};

this.typeaheadInputValue = "";
Expand Down

0 comments on commit 86ab6ba

Please sign in to comment.