Skip to content

Commit

Permalink
Merge pull request #1253 from nyaruka/disable_topic_create
Browse files Browse the repository at this point in the history
Disable topic creation
  • Loading branch information
rowanseymour authored Nov 21, 2024
2 parents c2b8f68 + b02dc79 commit 93c535e
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 93c535e

Please sign in to comment.