Skip to content

Commit 2bfc376

Browse files
committed
remove extra .zip in placeholder
1 parent c11a00a commit 2bfc376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manager/components/CreateFeedSource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default class CreateFeedSource extends Component<Props, State> {
205205
disabled={!model.deployable}
206206
name={'filename'}
207207
onChange={this._onInputChange('filename')}
208-
placeholder='e.g., agency_bundle.zip'
208+
placeholder='e.g., agency_bundle'
209209
value={model.filename}
210210
/>
211211
<FormControl.Feedback />

0 commit comments

Comments
 (0)