mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🔥 Remove mixin-related lines
This commit is contained in:
@@ -22,9 +22,8 @@
|
||||
import mixins from 'vue-typed-mixins';
|
||||
|
||||
import { externalHooks } from '@/components/mixins/externalHooks';
|
||||
import { renderText } from '../mixins/renderText';
|
||||
|
||||
export default mixins(externalHooks, renderText).extend({
|
||||
export default mixins(externalHooks).extend({
|
||||
name: "SearchBar",
|
||||
props: ["value", "eventBus"],
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user