mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
MNT ESLint issues (#248)
This commit is contained in:
parent
af27f42f1d
commit
57af611181
@ -1,6 +1,5 @@
|
||||
import React from 'react';
|
||||
import TagField from 'components/TagField';
|
||||
import { Title, Subtitle, Description, Primary, Controls, Stories } from '@storybook/blocks';
|
||||
|
||||
const options = [
|
||||
{ Title: 'One', Value: 1 },
|
||||
|
@ -2,8 +2,8 @@
|
||||
/* global jest, test, describe, beforeEach, it, expect, setTimeout, document */
|
||||
|
||||
import React from 'react';
|
||||
import { Component as TagField } from '../TagField';
|
||||
import { render } from '@testing-library/react';
|
||||
import { Component as TagField } from '../TagField';
|
||||
|
||||
function makeProps(obj = {}) {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user