0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Rename initTagField to TagController

This commit is contained in:
LB Johnston 2023-02-16 23:35:27 +10:00 committed by Sage Abdullah
parent 4195f80d29
commit 82ca711f16
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import $ from 'jquery';
window.$ = $;
import { initTagField } from './initTagField';
import { initTagField } from './TagController';
describe('initTagField', () => {
let element;