Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

1906336984 156

Merged ISNAINI NURUL KHASANAH requested to merge 1906336984-156 into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -193,8 +193,10 @@ export default class CompanyRegisterModal extends React.Component {
@@ -193,8 +193,10 @@ export default class CompanyRegisterModal extends React.Component {
<Input onChange={this.handleChange} placeholder="Website perusahaan anda" name="website" required />
<Input onChange={this.handleChange} placeholder="Website perusahaan anda" name="website" required />
</Form.Field>
</Form.Field>
<Modal.Actions style={{ textAlign: 'right' }}>
<Modal.Actions style={{ textAlign: 'right' }}>
 
<Button type="reset" color="red"><Icon name="remove" />Reset</Button>
<Button loading={this.state.loading} type="submit" color="blue"> <Icon name="checkmark" />Submit</Button>
<Button loading={this.state.loading} type="submit" color="blue"> <Icon name="checkmark" />Submit</Button>
</Modal.Actions>
</Modal.Actions>
 
</Form>
</Form>
</Modal.Content>
</Modal.Content>
</Modal>
</Modal>
Loading