Skip to content

Commit

Permalink
Disable topic creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 21, 2024
1 parent c2b8f68 commit b02dc79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/flow/routers/ticket/TicketRouterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export default class TicketRouterForm extends React.Component<
endpoint={this.context.config.endpoints.topics}
onChange={this.handleTopicUpdate}
value={this.state.topic.value}
createPrefix={i18n.t('forms.topic_prefix', 'Create Topic: ')}
searchable={true}
/>
</div>
Expand Down

0 comments on commit b02dc79

Please sign in to comment.