Skip to content

Commit e7dbe79

Browse files
Merge pull request #1 from BagelEnthusiast/sandbox
changed 'empty' button text to 'clear'
2 parents 1e72795 + 535ef07 commit e7dbe79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/ActionContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function ActionContainer(props) {
139139
}}
140140
type='button'
141141
>
142-
Empty
142+
Clear
143143
</button>
144144
</div>
145145
<div>{actionsArr}</div>

0 commit comments

Comments
 (0)