Skip to content

Commit

Permalink
fix: Broken stories for AutoComplete (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Tasso Evangelista <[email protected]>
  • Loading branch information
im-adithya and tassoevan authored Mar 7, 2021
1 parent 59aa3cb commit 8b6d35e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { useEffect, useState } from 'react';

import { AutoComplete } from '../..';

const thumb = 'data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==';
const options = [
export const thumb = 'data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==';
export const options = [
[1, 'a teste 1'],
[2, 'b teste 2'],
[3, 'c teste 3'],
Expand Down

0 comments on commit 8b6d35e

Please sign in to comment.