Skip to content

Commit

Permalink
Merge pull request #498 from Lemoncode/fixaccessibilitybug/#482-4-New…
Browse files Browse the repository at this point in the history
…-collection-remove-text-default-content

#482 4 new collection remove text default content
  • Loading branch information
brauliodiez committed May 23, 2024
2 parents ef3fe87 + e9d47e8 commit 87b9668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pods/edit-table/edit-table.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const EditTableComponent: React.FC<Props> = props => {
type="text"
value={table.tableName}
onChange={handleChangeTableName}
onFocus={e => e.currentTarget.select()}
/>
</label>
</div>
Expand Down

0 comments on commit 87b9668

Please sign in to comment.