Remove redundant dashboard button
This commit is contained in:
parent
e8ccaa7413
commit
e303468047
|
|
@ -788,12 +788,6 @@ function App() {
|
|||
>
|
||||
View Details
|
||||
</button>
|
||||
<button
|
||||
onClick={() => openWidgetsView(result)}
|
||||
className="inline-flex items-center px-3 py-1 border border-transparent text-sm leading-4 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
|
||||
>
|
||||
View Dashboard
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Reference in New Issue