Actualiser src/features/editor/parameters/Filter.jsx
Deploy to home / deploy (push) Failing after 7s
Deploy to home / deploy (push) Failing after 7s
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import Card from '../card';
|
||||
import { Select, Knob } from '../../utils/components';
|
||||
import { useSelector, useDispatch } from 'react-redux';
|
||||
import { selectById, parameterUpdated } from './parameterSlice.js';
|
||||
import { selectById, parameterUpdated } from './parameterSlice.jsx';
|
||||
|
||||
export default function Filter(props) {
|
||||
const parameters = useSelector((state) => selectById(state, props.id));
|
||||
|
||||
Reference in New Issue
Block a user