Skip to content

Commit

Permalink
new StyleMisuse form for style_color_misuse
Browse files Browse the repository at this point in the history
  • Loading branch information
panbed committed Jan 16, 2025
1 parent 3e4d630 commit 712d294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/Components/Forms/QuoteForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { Spinner } from '@instructure/ui-spinner'
import * as Html from '../../Services/Html'
import { SimpleSelect } from '@instructure/ui-simple-select'

// TODO: not finished

export default function QuoteForm(props) {

let html = props.activeIssue.newHtml ? props.activeIssue.newHtml : props.activeIssue.sourceHtml
Expand Down

0 comments on commit 712d294

Please sign in to comment.